From 98e38aa41a2e79fb09eb77cdd974202a5051930e Mon Sep 17 00:00:00 2001 From: div0 Date: Fri, 5 Jun 2009 18:03:48 +0000 Subject: [PATCH] remove another unused file git-svn-id: svn://svn.icculus.org/nexuiz/trunk@6874 f962a42d-fe04-0410-a3ab-8c8b0445ebaa --- data/maps/exit_instantaction | 3 --- data/qcsrc/common/gamecommand.qc | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) delete mode 100755 data/maps/exit_instantaction diff --git a/data/maps/exit_instantaction b/data/maps/exit_instantaction deleted file mode 100755 index 7a2eafa1e..000000000 --- a/data/maps/exit_instantaction +++ /dev/null @@ -1,3 +0,0 @@ -set bot_number $BACKUP_bot_number -set skill $BACKUP_skill -disconnect diff --git a/data/qcsrc/common/gamecommand.qc b/data/qcsrc/common/gamecommand.qc index fed15a39d..e115a83ed 100644 --- a/data/qcsrc/common/gamecommand.qc +++ b/data/qcsrc/common/gamecommand.qc @@ -344,7 +344,7 @@ float GameCommand_Generic(string command) 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); -- 2.39.2