r2965 - trunk/data/qcsrc/menu-div0test

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Fri Nov 16 04:51:02 EST 2007


Author: div0
Date: 2007-11-16 04:50:53 -0500 (Fri, 16 Nov 2007)
New Revision: 2965

Modified:
   trunk/data/qcsrc/menu-div0test/menu.qh
Log:
work around fteqcc crash


Modified: trunk/data/qcsrc/menu-div0test/menu.qh
===================================================================
--- trunk/data/qcsrc/menu-div0test/menu.qh	2007-11-16 09:48:31 UTC (rev 2964)
+++ trunk/data/qcsrc/menu-div0test/menu.qh	2007-11-16 09:50:53 UTC (rev 2965)
@@ -3,7 +3,8 @@
 #define NULL (null_entity)
 
 #ifndef MAPINFO
-#error Sorry, need to compile with -DMAPINFO enabled (server QC too, by the way)
+#warning Sorry, need to compile with -DMAPINFO enabled (server QC too, by the way)
+!
 #endif
 
 // constants




More information about the nexuiz-commits mailing list