r3944 - trunk/data/qcsrc/client

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Sun Jul 27 06:33:10 EDT 2008


Author: div0
Date: 2008-07-27 06:33:08 -0400 (Sun, 27 Jul 2008)
New Revision: 3944

Modified:
   trunk/data/qcsrc/client/mapvoting.qc
Log:
make mapvoting always use the big font (nonblurry)


Modified: trunk/data/qcsrc/client/mapvoting.qc
===================================================================
--- trunk/data/qcsrc/client/mapvoting.qc	2008-07-27 10:01:40 UTC (rev 3943)
+++ trunk/data/qcsrc/client/mapvoting.qc	2008-07-27 10:33:08 UTC (rev 3944)
@@ -136,7 +136,7 @@
 	pos_y += 22;
 	pos_x = xmin;
 
-	drawfont = sbar_font;
+	drawfont = sbar_bigfont; // FIXME change this to sbar_font when it gets a SANE size later
 	
 	isize = (ymax - pos_y - mv_num_maps*10) / mv_num_maps;
 	isize = min(isize, 64);




More information about the nexuiz-commits mailing list