[nexuiz-commits] r7834 - trunk/data/qcsrc/client

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Fri Sep 18 06:00:22 EDT 2009


Author: div0
Date: 2009-09-18 06:00:22 -0400 (Fri, 18 Sep 2009)
New Revision: 7834

Modified:
   trunk/data/qcsrc/client/mapvoting.qc
   trunk/data/qcsrc/client/sbar.qc
Log:
change drawfont back afzer setting the big font


Modified: trunk/data/qcsrc/client/mapvoting.qc
===================================================================
--- trunk/data/qcsrc/client/mapvoting.qc	2009-09-18 09:37:33 UTC (rev 7833)
+++ trunk/data/qcsrc/client/mapvoting.qc	2009-09-18 10:00:22 UTC (rev 7834)
@@ -160,7 +160,7 @@
 	pos_y += 22;
 	pos_x = xmin;
 
-	drawfont = sbar_bigfont; // FIXME change this to sbar_font when it gets a SANE size later
+	drawfont = sbar_font;
 	
 	// base for multi-column stuff...
 	ymin = pos_y;

Modified: trunk/data/qcsrc/client/sbar.qc
===================================================================
--- trunk/data/qcsrc/client/sbar.qc	2009-09-18 09:37:33 UTC (rev 7833)
+++ trunk/data/qcsrc/client/sbar.qc	2009-09-18 10:00:22 UTC (rev 7834)
@@ -1505,7 +1505,7 @@
 			}
 		}
 
-		drawfont = sbar_bigfont;
+		drawfont = sbar_font;
 	}
 }
 
@@ -1940,6 +1940,7 @@
 	
 	drawfont = sbar_bigfont;
 	drawstringcenter('1 0 0' + pos * '0 1 0', speed, numsize, '1 1 1', sbar_alpha_fg, DRAWFLAG_NORMAL);
+	drawfont = sbar_font;
 }
 
 vector acc_prevspeed;



More information about the nexuiz-commits mailing list