r4451 - trunk/data/qcsrc/client

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Thu Sep 11 14:20:31 EDT 2008


Author: esteel
Date: 2008-09-11 14:20:30 -0400 (Thu, 11 Sep 2008)
New Revision: 4451

Modified:
   trunk/data/qcsrc/client/sbar.qc
Log:
lets see if making the warmup maker bigger helps people to notice it :)


Modified: trunk/data/qcsrc/client/sbar.qc
===================================================================
--- trunk/data/qcsrc/client/sbar.qc	2008-09-11 16:49:36 UTC (rev 4450)
+++ trunk/data/qcsrc/client/sbar.qc	2008-09-11 18:20:30 UTC (rev 4451)
@@ -1338,13 +1338,13 @@
 		s = "^7Currently just ^1warmup^7 phase";
 		dummyfunction(0, 0, 0, 0, 0, 0, 0, 0); // work around DP bug (set OFS_PARAM5 to 0)
 		drawcolorcodedstring(
-			o - sbar_fontsize_x * '1 0 0' * stringwidth(s, TRUE),
+			o - sbar_fontsize_x * '2 0 0' * stringwidth(s, TRUE),
 			s,
-			sbar_fontsize,
+			sbar_fontsize * 2,
 			sbar_alpha_fg,
 			0
 		);
-		o += sbar_fontsize_y * '0 1 0';
+		o += sbar_fontsize_y * '0 2 0';
 	}
 
 	if(spectatee_status)




More information about the nexuiz-commits mailing list