r4804 - trunk/data/qcsrc/client

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Wed Oct 22 05:02:19 EDT 2008


Author: div0
Date: 2008-10-22 05:02:18 -0400 (Wed, 22 Oct 2008)
New Revision: 4804

Modified:
   trunk/data/qcsrc/client/teamradar.qc
Log:
remove debug print


Modified: trunk/data/qcsrc/client/teamradar.qc
===================================================================
--- trunk/data/qcsrc/client/teamradar.qc	2008-10-22 08:59:18 UTC (rev 4803)
+++ trunk/data/qcsrc/client/teamradar.qc	2008-10-22 09:02:18 UTC (rev 4804)
@@ -141,8 +141,6 @@
 	R_PolygonVertex(end + norm, '1 1 0', c1, 1);
 	R_PolygonVertex(end - norm, '1 0 0', c1, 1);
 	R_EndPolygon();
-
-	print("p\n");
 }
 
 float cl_teamradar_scale;




More information about the nexuiz-commits mailing list