r3936 - trunk/data/qcsrc/client

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Sat Jul 26 15:45:42 EDT 2008


Author: div0
Date: 2008-07-26 15:45:42 -0400 (Sat, 26 Jul 2008)
New Revision: 3936

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


Modified: trunk/data/qcsrc/client/sbar.qc
===================================================================
--- trunk/data/qcsrc/client/sbar.qc	2008-07-26 19:44:34 UTC (rev 3935)
+++ trunk/data/qcsrc/client/sbar.qc	2008-07-26 19:45:42 UTC (rev 3936)
@@ -878,7 +878,7 @@
 		{
 			if(tl > 0)
 				str = strcat(str, " or");
-			str = strcat(str, " until ^5", ftos(fl));
+			str = strcat(str, " until ^3", ftos(fl));
 			if(scores_label[ps_primary] == "score")
 				str = strcat(str, " points^7");
 			else




More information about the nexuiz-commits mailing list