]> git.rm.cloudns.org Git - voretournament/voretournament.git/commitdiff
Fix a compiler issue with latest fteqcc
authorMirceaKitsune <sonichedgehog_hyperblast00@yahoo.com>
Tue, 29 Nov 2011 14:31:32 +0000 (16:31 +0200)
committerMirceaKitsune <sonichedgehog_hyperblast00@yahoo.com>
Tue, 29 Nov 2011 14:31:32 +0000 (16:31 +0200)
data/qcsrc/client/csqc_constants.qc

index 8c9058d6b15044684d9592c187296b469cdd775b..23b5e874462b5a224619b6cccb20afe3049ef037 100644 (file)
@@ -1,4 +1,4 @@
-const entity   NULL                                                    = world;\r
+const entity   NULL;\r
 \r
 // Mask Constants (set .drawmask on entities; use R_AddEntities to add all entities based on mask)\r
 const float            MASK_ENGINE                                             = 1;\r