shithub: qk3

Download patch

ref: 761946b93cf45a3b9e47868a704fb165af760333
parent: 13ca2581f9f18d441ce911e42c2bd93e387cee4d
author: qwx <>
date: Sun Jan 6 18:36:18 EST 2019

magically fix const

--- a/code/game/q_shared.h
+++ b/code/game/q_shared.h
@@ -23,6 +23,8 @@
 #ifndef __Q_SHARED_H
 #define __Q_SHARED_H
 
+#define const
+
 // q_shared.h -- included first by ALL program modules.
 // A user mod should never modify this file