r5761 - trunk/data/qcsrc/client

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Thu Feb 5 15:47:26 EST 2009


Author: div0
Date: 2009-02-05 15:47:25 -0500 (Thu, 05 Feb 2009)
New Revision: 5761

Modified:
   trunk/data/qcsrc/client/sbar.qc
Log:
[ 2561119 ] Bugfix: timer color during warmup


Modified: trunk/data/qcsrc/client/sbar.qc
===================================================================
--- trunk/data/qcsrc/client/sbar.qc	2009-02-05 20:45:37 UTC (rev 5760)
+++ trunk/data/qcsrc/client/sbar.qc	2009-02-05 20:47:25 UTC (rev 5761)
@@ -1219,6 +1219,10 @@
 			timer_color = '1 0 0'; //red
 		}
 		
+		if (warmup_stage) {
+			timer_color = '1 1 1'; //don't use red or yellow for timer during warmup
+		}
+		
 		if (cvar("sbar_increment_maptime")) {
 			if (time < getstatf(STAT_GAMESTARTTIME)) {
 				//while restart is still active, show negative counter




More information about the nexuiz-commits mailing list