r3142 - in trunk/data/qcsrc: common server

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Mon Jan 14 13:33:34 EST 2008


Author: div0
Date: 2008-01-14 13:33:34 -0500 (Mon, 14 Jan 2008)
New Revision: 3142

Modified:
   trunk/data/qcsrc/common/mapinfo.qc
   trunk/data/qcsrc/server/cl_weaponsystem.qc
Log:
oops, didn't want to commit THESE debug prints


Modified: trunk/data/qcsrc/common/mapinfo.qc
===================================================================
--- trunk/data/qcsrc/common/mapinfo.qc	2008-01-14 18:31:58 UTC (rev 3141)
+++ trunk/data/qcsrc/common/mapinfo.qc	2008-01-14 18:33:34 UTC (rev 3142)
@@ -653,11 +653,8 @@
 		}
 		// t is now a supported mode!
 		print("EMERGENCY: can't play the selected map in the given game mode. Falling back to a supported mode.\n");
-		print(ftos(t), "\n");
 		MapInfo_SwitchGameType(t);
-		print(ftos(MapInfo_CurrentGametype()), "\n");
 	}
-	print(ftos(MapInfo_CurrentGametype()), "\n");
 	cvar_settemp_restore();
 	MapInfo_Get_ByName(s, 1, MapInfo_CurrentGametype());
 }

Modified: trunk/data/qcsrc/server/cl_weaponsystem.qc
===================================================================
--- trunk/data/qcsrc/server/cl_weaponsystem.qc	2008-01-14 18:31:58 UTC (rev 3141)
+++ trunk/data/qcsrc/server/cl_weaponsystem.qc	2008-01-14 18:33:34 UTC (rev 3142)
@@ -74,7 +74,7 @@
 				{
 					// HIT!
 					w_shotdir = normalize(self.cursor_trace_ent.origin - w_shotorg);
-					dprint("ANTILAG HIT\n");
+					//dprint("ANTILAG HIT\n");
 				}
 				else
 				{




More information about the nexuiz-commits mailing list