[nexuiz-commits] r6874 - in trunk/data: maps qcsrc/common

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Fri Jun 5 14:03:49 EDT 2009


Author: div0
Date: 2009-06-05 14:03:48 -0400 (Fri, 05 Jun 2009)
New Revision: 6874

Removed:
   trunk/data/maps/exit_instantaction
Modified:
   trunk/data/qcsrc/common/gamecommand.qc
Log:
remove another unused file


Deleted: trunk/data/maps/exit_instantaction
===================================================================
--- trunk/data/maps/exit_instantaction	2009-06-05 13:55:11 UTC (rev 6873)
+++ trunk/data/maps/exit_instantaction	2009-06-05 18:03:48 UTC (rev 6874)
@@ -1,3 +0,0 @@
-set bot_number $BACKUP_bot_number
-set skill $BACKUP_skill
-disconnect

Modified: trunk/data/qcsrc/common/gamecommand.qc
===================================================================
--- trunk/data/qcsrc/common/gamecommand.qc	2009-06-05 13:55:11 UTC (rev 6873)
+++ trunk/data/qcsrc/common/gamecommand.qc	2009-06-05 18:03:48 UTC (rev 6874)
@@ -344,7 +344,7 @@
 
 			if(c != " ")
 			{
-				rgb = hsl_to_rgb('1 0 0' * (j * i + f) + '0 1 .5');
+				rgb = hsl_to_rgb('1 0 0' * (j * i + f) + '0 .5 .5');
 				c = strcat(rgb_to_hexcolor(rgb), c);
 			}
 			s2 = strcat(s2, c);



More information about the nexuiz-commits mailing list