r5962 - in branches/nexuiz-2.0: . data/qcsrc/client

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Tue Feb 24 16:38:28 EST 2009


Author: div0
Date: 2009-02-24 16:38:27 -0500 (Tue, 24 Feb 2009)
New Revision: 5962

Modified:
   branches/nexuiz-2.0/.patchsets
   branches/nexuiz-2.0/data/qcsrc/client/teamradar.qc
Log:
r5961 | div0 | 2009-02-24 21:54:01 +0100 (Tue, 24 Feb 2009) | 2 lines
remove a slipped-in debug print

Modified: branches/nexuiz-2.0/.patchsets
===================================================================
--- branches/nexuiz-2.0/.patchsets	2009-02-24 20:54:01 UTC (rev 5961)
+++ branches/nexuiz-2.0/.patchsets	2009-02-24 21:38:27 UTC (rev 5962)
@@ -1,2 +1,2 @@
 master = svn://svn.icculus.org/nexuiz/trunk
-revisions_applied = 1-5949,5952-5959
+revisions_applied = 1-5949,5952-5961

Modified: branches/nexuiz-2.0/data/qcsrc/client/teamradar.qc
===================================================================
--- branches/nexuiz-2.0/data/qcsrc/client/teamradar.qc	2009-02-24 20:54:01 UTC (rev 5961)
+++ branches/nexuiz-2.0/data/qcsrc/client/teamradar.qc	2009-02-24 21:38:27 UTC (rev 5962)
@@ -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