[nexuiz-commits] r8213 - trunk/data/qcsrc/server

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Thu Nov 5 14:21:33 EST 2009


Author: div0
Date: 2009-11-05 14:21:31 -0500 (Thu, 05 Nov 2009)
New Revision: 8213

Modified:
   trunk/data/qcsrc/server/keyhunt.qc
Log:
add a fteqcc bug test case


Modified: trunk/data/qcsrc/server/keyhunt.qc
===================================================================
--- trunk/data/qcsrc/server/keyhunt.qc	2009-11-04 16:24:20 UTC (rev 8212)
+++ trunk/data/qcsrc/server/keyhunt.qc	2009-11-05 19:21:31 UTC (rev 8213)
@@ -1,3 +1,5 @@
+#message I can spam the compiler output too - and fteqcc sucks and always cuts off the last character
+
 #define FOR_EACH_KH_KEY(v) for(v = kh_worldkeylist; v; v = v.kh_worldkeynext )
 
 // #define KH_PLAYER_USE_ATTACHMENT



More information about the nexuiz-commits mailing list