r1811 - trunk/data/qcsrc/server

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Wed Aug 9 17:15:51 EDT 2006


Author: div0
Date: 2006-08-09 17:15:51 -0400 (Wed, 09 Aug 2006)
New Revision: 1811

Modified:
   trunk/data/qcsrc/server/t_jumppads.qc
Log:
removed a rather spammy dprint from the code I added today


Modified: trunk/data/qcsrc/server/t_jumppads.qc
===================================================================
--- trunk/data/qcsrc/server/t_jumppads.qc	2006-08-09 20:30:58 UTC (rev 1810)
+++ trunk/data/qcsrc/server/t_jumppads.qc	2006-08-09 21:15:51 UTC (rev 1811)
@@ -97,8 +97,6 @@
 		// cases to test: "jump up", "jump down" with positive and negative height
 	}
 
-	dprint("trigger_push_calculatevelocity_flighttime: "); dprint(ftos(trigger_push_calculatevelocity_flighttime)); dprint("\n");
-
 	// finally calculate the velocity
 	return sdir * vs + '0 0 1' * vz;
 }




More information about the nexuiz-commits mailing list