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

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Mon Aug 3 12:47:30 EDT 2009


Author: div0
Date: 2009-08-03 12:47:30 -0400 (Mon, 03 Aug 2009)
New Revision: 7305

Modified:
   trunk/data/qcsrc/client/sbar.qc
Log:
warmupfix


Modified: trunk/data/qcsrc/client/sbar.qc
===================================================================
--- trunk/data/qcsrc/client/sbar.qc	2009-08-03 16:46:40 UTC (rev 7304)
+++ trunk/data/qcsrc/client/sbar.qc	2009-08-03 16:47:30 UTC (rev 7305)
@@ -1438,7 +1438,7 @@
 	else
 		timer_color = '1 0 0'; //red
 
-	if (cvar("sbar_increment_maptime") || timelimit == 0) {
+	if (cvar("sbar_increment_maptime") || timelimit == 0 || warmup_stage) {
 		if (time < getstatf(STAT_GAMESTARTTIME)) {
 			//while restart is still active, show 00:00
 			minutes = seconds = 0;



More information about the nexuiz-commits mailing list