r5961 - trunk/data/qcsrc/client

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Tue Feb 24 15:54:01 EST 2009


Author: div0
Date: 2009-02-24 15:54:01 -0500 (Tue, 24 Feb 2009)
New Revision: 5961

Modified:
   trunk/data/qcsrc/client/teamradar.qc
Log:
remove a slipped-in debug print


Modified: trunk/data/qcsrc/client/teamradar.qc
===================================================================
--- trunk/data/qcsrc/client/teamradar.qc	2009-02-24 20:30:02 UTC (rev 5960)
+++ trunk/data/qcsrc/client/teamradar.qc	2009-02-24 20:54:01 UTC (rev 5961)
@@ -79,7 +79,6 @@
 			fgc = '1 1 1';
 			R_BeginPolygon(minimapname, DRAWFLAG_ADDITIVE);
 		}
-		print(vtos(fgc), "\n");
 		if(v_flipped)
 		{
 			R_PolygonVertex(teamradar_texcoord_to_2dcoord(mi_pictexcoord3), yinvert(mi_pictexcoord3), fgc, fga);




More information about the nexuiz-commits mailing list