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

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Sun Jan 10 16:41:47 EST 2010


Author: samual
Date: 2010-01-10 16:41:47 -0500 (Sun, 10 Jan 2010)
New Revision: 8493

Modified:
   trunk/data/qcsrc/server/keyhunt.qc
Log:
Remove the #message from keyhunt.qc

Modified: trunk/data/qcsrc/server/keyhunt.qc
===================================================================
--- trunk/data/qcsrc/server/keyhunt.qc	2010-01-10 19:53:56 UTC (rev 8492)
+++ trunk/data/qcsrc/server/keyhunt.qc	2010-01-10 21:41:47 UTC (rev 8493)
@@ -1,5 +1,3 @@
-#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