r4455 - trunk/data/qcsrc/client

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Fri Sep 12 05:30:56 EDT 2008


Author: esteel
Date: 2008-09-12 05:30:56 -0400 (Fri, 12 Sep 2008)
New Revision: 4455

Modified:
   trunk/data/qcsrc/client/sbar.qc
Log:
changed warmup marker slightly (hint at using ready, shorter and more in line with the other text in this corner)


Modified: trunk/data/qcsrc/client/sbar.qc
===================================================================
--- trunk/data/qcsrc/client/sbar.qc	2008-09-12 09:18:47 UTC (rev 4454)
+++ trunk/data/qcsrc/client/sbar.qc	2008-09-12 09:30:56 UTC (rev 4455)
@@ -1335,7 +1335,7 @@
 	
 	if(warmup_stage) 
 	{
-		s = "^7Currently just ^1warmup^7 phase";
+		s = "^1Press ^3ready^1 to end warmup";
 		dummyfunction(0, 0, 0, 0, 0, 0, 0, 0); // work around DP bug (set OFS_PARAM5 to 0)
 		drawcolorcodedstring(
 			o - sbar_fontsize_x * '2 0 0' * stringwidth(s, TRUE),




More information about the nexuiz-commits mailing list