r5795 - trunk/data/qcsrc/client

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Sat Feb 7 05:01:59 EST 2009


Author: div0
Date: 2009-02-07 05:01:51 -0500 (Sat, 07 Feb 2009)
New Revision: 5795

Modified:
   trunk/data/qcsrc/client/sbar.qc
Log:
fix another typo


Modified: trunk/data/qcsrc/client/sbar.qc
===================================================================
--- trunk/data/qcsrc/client/sbar.qc	2009-02-07 10:01:02 UTC (rev 5794)
+++ trunk/data/qcsrc/client/sbar.qc	2009-02-07 10:01:51 UTC (rev 5795)
@@ -1271,7 +1271,6 @@
 			{
 				a = bound(0, (time - race_checkpointtime) / 0.5, 1);
 				drawstring_expanding(m - '16 0 0' * stringwidth(forcetime, FALSE), forcetime, '32 32 0', '1 1 1', sbar_alpha_fg, 0, a);
-				a = 1 - a;
 			}
 			else
 				a = 1;




More information about the nexuiz-commits mailing list