r4113 - trunk/data/qcsrc/client

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Mon Aug 11 16:00:30 EDT 2008


Author: div0
Date: 2008-08-11 16:00:25 -0400 (Mon, 11 Aug 2008)
New Revision: 4113

Modified:
   trunk/data/qcsrc/client/sbar.qc
Log:
color display fix for lap count


Modified: trunk/data/qcsrc/client/sbar.qc
===================================================================
--- trunk/data/qcsrc/client/sbar.qc	2008-08-11 19:24:04 UTC (rev 4112)
+++ trunk/data/qcsrc/client/sbar.qc	2008-08-11 20:00:25 UTC (rev 4113)
@@ -992,7 +992,7 @@
 	else if(hisname == "")
 		return strcat(col, cpname, " (", timestr, ")");
 	else
-		return strcat(col, cpname, " (", timestr, " ", strcat(hisname, lapstr), col, ")");
+		return strcat(col, cpname, " (", timestr, " ", strcat(hisname, col, lapstr), ")");
 }
 
 void dummyfunction(float a1, float a2, float a3, float a4, float a5, float a6, float a7, float a8)




More information about the nexuiz-commits mailing list