r5458 - trunk/data/qcsrc/menu/nexuiz

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Thu Jan 8 15:17:58 EST 2009


Author: div0
Date: 2009-01-08 15:17:56 -0500 (Thu, 08 Jan 2009)
New Revision: 5458

Modified:
   trunk/data/qcsrc/menu/nexuiz/playerlist.c
Log:
remove these dprints :P


Modified: trunk/data/qcsrc/menu/nexuiz/playerlist.c
===================================================================
--- trunk/data/qcsrc/menu/nexuiz/playerlist.c	2009-01-08 20:14:24 UTC (rev 5457)
+++ trunk/data/qcsrc/menu/nexuiz/playerlist.c	2009-01-08 20:17:56 UTC (rev 5458)
@@ -108,17 +108,11 @@
 	
 	s = me.getPlayerList(me, i, PLAYERPARM_NAME);
 
-	dprint(s, "\n");
-
 	if(rgb != '1 1 1')
 		s = strdecolorize(s);
 
-	dprint(s, "\n");
-
 	s = draw_TextShortenToWidth(s, me.columnNameSize / me.realFontSize_x, rgb == '1 1 1');
 
-	dprint(s, "\n");
-
 	draw_Text(me.realUpperMargin2 * eY + (me.columnNameOrigin + 0.00 * (me.columnNameSize - draw_TextWidth(s, 1) * me.realFontSize_x)) * eX, s, me.realFontSize, rgb, 1, rgb == '1 1 1');
 }
 




More information about the nexuiz-commits mailing list