r4459 - trunk/data/qcsrc/server

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Fri Sep 12 18:54:49 EDT 2008


Author: m0rfar
Date: 2008-09-12 18:54:49 -0400 (Fri, 12 Sep 2008)
New Revision: 4459

Modified:
   trunk/data/qcsrc/server/sv_main.qc
Log:
Made two debug prints regarding g_footsteps dprints instead.

Modified: trunk/data/qcsrc/server/sv_main.qc
===================================================================
--- trunk/data/qcsrc/server/sv_main.qc	2008-09-12 13:12:57 UTC (rev 4458)
+++ trunk/data/qcsrc/server/sv_main.qc	2008-09-12 22:54:49 UTC (rev 4459)
@@ -99,9 +99,9 @@
 					trace_dphitq3surfaceflags = 0;
 					tracebox(self.origin, self.mins, self.maxs, self.origin - '0 0 1', MOVE_NOMONSTERS, self);
 					if(trace_fraction == 1)
-						print("nohit\n");
+						dprint("nohit\n");
 					else
-						print(ftos(trace_dphitq3surfaceflags), "\n");
+						dprint(ftos(trace_dphitq3surfaceflags), "\n");
 					if not(trace_dphitq3surfaceflags & Q3SURFACEFLAG_NOSTEPS)
 					{
 						if(trace_dphitq3surfaceflags & Q3SURFACEFLAG_METALSTEPS)




More information about the nexuiz-commits mailing list