r3125 - trunk/data/qcsrc/menu-div0test

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Fri Jan 11 15:38:29 EST 2008


Author: div0
Date: 2008-01-11 15:38:25 -0500 (Fri, 11 Jan 2008)
New Revision: 3125

Modified:
   trunk/data/qcsrc/menu-div0test/draw.qc
   trunk/data/qcsrc/menu-div0test/msys.qh
Log:
oops, typos


Modified: trunk/data/qcsrc/menu-div0test/draw.qc
===================================================================
--- trunk/data/qcsrc/menu-div0test/draw.qc	2008-01-11 20:37:15 UTC (rev 3124)
+++ trunk/data/qcsrc/menu-div0test/draw.qc	2008-01-11 20:38:25 UTC (rev 3125)
@@ -24,7 +24,7 @@
 
 void draw_reset()
 {
-	drawfont = 8;
+	drawfont = FONT_USER+0;
 	draw_shift = '0 0 0';
 	draw_scale = '1 0 0' * cvar("vid_conwidth") + '0 1 0' * cvar("vid_conheight");
 	draw_alpha = 1;

Modified: trunk/data/qcsrc/menu-div0test/msys.qh
===================================================================
--- trunk/data/qcsrc/menu-div0test/msys.qh	2008-01-11 20:37:15 UTC (rev 3124)
+++ trunk/data/qcsrc/menu-div0test/msys.qh	2008-01-11 20:38:25 UTC (rev 3125)
@@ -291,7 +291,7 @@
 float OS_MAC		= 2;
 */
 
-float drawfont; // set this to one of the following for draw text routines to work
+float drawfont; // set this to one of the following for draw text routines to work with another font
 float FONT_DEFAULT     = 0;
 float FONT_CONSOLE     = 1;
 float FONT_SBAR        = 2;




More information about the nexuiz-commits mailing list