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

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Tue Aug 25 17:04:00 EDT 2009


Author: fruitiex
Date: 2009-08-25 17:03:59 -0400 (Tue, 25 Aug 2009)
New Revision: 7520

Modified:
   trunk/data/qcsrc/client/sbar.qc
Log:
fix timer display in last minute of warmup mode


Modified: trunk/data/qcsrc/client/sbar.qc
===================================================================
--- trunk/data/qcsrc/client/sbar.qc	2009-08-25 20:49:47 UTC (rev 7519)
+++ trunk/data/qcsrc/client/sbar.qc	2009-08-25 21:03:59 UTC (rev 7520)
@@ -1495,7 +1495,7 @@
 		}
 	}
 
-	if(minutesLeft >= 1 || cvar("sbar_increment_maptime") || timelimit == 0) {
+	if(minutesLeft >= 1 || cvar("sbar_increment_maptime") || timelimit == 0 || warmup_stage) {
 		Sbar_DrawXNum(topright - '103 0 0' + '0 2 0', minutes, 3, 18, timer_color, 0, 0, sbar_alpha_fg, DRAWFLAG_NORMAL);
 		drawpic(topright - '53 0 0' + '0 1 0', "gfx/hud/num_colon", '18 18 0', timer_color, sbar_alpha_fg, DRAWFLAG_NORMAL);
 	}



More information about the nexuiz-commits mailing list