]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Revert a deleted `#define`
authorTimePath <andrew.hardaker1995@gmail.com>
Mon, 26 Jan 2015 09:10:42 +0000 (20:10 +1100)
committerTimePath <andrew.hardaker1995@gmail.com>
Mon, 26 Jan 2015 09:10:42 +0000 (20:10 +1100)
qcsrc/client/csqc_constants.qc

index 2cd6dc4d90774dac6801a31962f4513d53987898..f11c31c62244c9c1667800e6353c1a51d0e25732 100644 (file)
@@ -1,3 +1,6 @@
+// MenuQC redefines world, change define it here to be safe
+#define world world
+
 // Mask Constants (set .drawmask on entities; use R_AddEntities to add all entities based on mask)
 const int              MASK_ENGINE                                             = 1;
 const int              MASK_ENGINEVIEWMODELS                   = 2;