r5456 - trunk/data/qcsrc/menu/nexuiz

esteel at icculus.org esteel at icculus.org
Thu Jan 8 14:03:17 EST 2009


Author: esteel
Date: 2009-01-08 14:03:10 -0500 (Thu, 08 Jan 2009)
New Revision: 5456

Modified:
   trunk/data/qcsrc/menu/nexuiz/playerlist.c
Log:
spam spam spam

Modified: trunk/data/qcsrc/menu/nexuiz/playerlist.c
===================================================================
--- trunk/data/qcsrc/menu/nexuiz/playerlist.c	2009-01-08 18:18:10 UTC (rev 5455)
+++ trunk/data/qcsrc/menu/nexuiz/playerlist.c	2009-01-08 19:03:10 UTC (rev 5456)
@@ -108,16 +108,16 @@
 	
 	s = me.getPlayerList(me, i, PLAYERPARM_NAME);
 
-	print(s, "\n");
+	dprint(s, "\n");
 
 	if(rgb != '1 1 1')
 		s = strdecolorize(s);
 
-	print(s, "\n");
+	dprint(s, "\n");
 
 	s = draw_TextShortenToWidth(s, me.columnNameSize / me.realFontSize_x, rgb == '1 1 1');
 
-	print(s, "\n");
+	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