[nexuiz-commits] r6881 - trunk/data/qcsrc/common

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Sat Jun 6 06:51:09 EDT 2009


Author: div0
Date: 2009-06-06 06:51:09 -0400 (Sat, 06 Jun 2009)
New Revision: 6881

Modified:
   trunk/data/qcsrc/common/gamecommand.qc
Log:
undo a stupid commit :P


Modified: trunk/data/qcsrc/common/gamecommand.qc
===================================================================
--- trunk/data/qcsrc/common/gamecommand.qc	2009-06-06 10:44:57 UTC (rev 6880)
+++ trunk/data/qcsrc/common/gamecommand.qc	2009-06-06 10:51:09 UTC (rev 6881)
@@ -344,7 +344,7 @@
 
 			if(c != " ")
 			{
-				rgb = hsl_to_rgb('1 0 0' * (j * i + f) + '0 .5 .5');
+				rgb = hsl_to_rgb('1 0 0' * (j * i + f) + '0 1 .5');
 				c = strcat(rgb_to_hexcolor(rgb), c);
 			}
 			s2 = strcat(s2, c);



More information about the nexuiz-commits mailing list