r5594 - trunk/data/qcsrc/client

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Sat Jan 17 13:40:32 EST 2009


Author: div0
Date: 2009-01-17 13:40:32 -0500 (Sat, 17 Jan 2009)
New Revision: 5594

Modified:
   trunk/data/qcsrc/client/damage.qc
Log:
remove two debug prints


Modified: trunk/data/qcsrc/client/damage.qc
===================================================================
--- trunk/data/qcsrc/client/damage.qc	2009-01-17 18:39:56 UTC (rev 5593)
+++ trunk/data/qcsrc/client/damage.qc	2009-01-17 18:40:32 UTC (rev 5594)
@@ -50,16 +50,12 @@
 
 	// TODO spawn particle effects and sounds based on hittype
 	
-	print("hit: ", ftos(hittype), "\n");
-
 	if(!DEATH_ISSPECIAL(hittype))
 	{
 		float hitwep, secondary;
 		hitwep = DEATH_WEAPONOFWEAPONDEATH(hittype);
 		secondary = hittype & HITTYPE_SECONDARY;
 
-		print("hit: ", ftos(hitwep), "\n");
-
 		switch(hitwep)
 		{
 			case WEP_CRYLINK:




More information about the nexuiz-commits mailing list