r5522 - trunk/data/qcsrc/server

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Wed Jan 14 07:43:09 EST 2009


Author: div0
Date: 2009-01-14 07:43:09 -0500 (Wed, 14 Jan 2009)
New Revision: 5522

Modified:
   trunk/data/qcsrc/server/g_subs.qc
Log:
make this a dprint too


Modified: trunk/data/qcsrc/server/g_subs.qc
===================================================================
--- trunk/data/qcsrc/server/g_subs.qc	2009-01-14 12:32:44 UTC (rev 5521)
+++ trunk/data/qcsrc/server/g_subs.qc	2009-01-14 12:43:09 UTC (rev 5522)
@@ -321,11 +321,10 @@
 
 		if(c == 50)
 		{
-			// wtf
-			print("HOLY SHIT! When tracing from ", vtos(v1), " to ", vtos(v2), "\n");
-			print("  Nudging gets us nowhere at ", vtos(pos), "\n");
-			print("  trace_endpos is ", vtos(trace_endpos), "\n");
-			print("  trace distance is ", ftos(vlen(pos - trace_endpos)), "\n");
+			dprint("HOLY SHIT! When tracing from ", vtos(v1), " to ", vtos(v2), "\n");
+			dprint("  Nudging gets us nowhere at ", vtos(pos), "\n");
+			dprint("  trace_endpos is ", vtos(trace_endpos), "\n");
+			dprint("  trace distance is ", ftos(vlen(pos - trace_endpos)), "\n");
 		}
 
 		if(trace_startsolid)




More information about the nexuiz-commits mailing list