]> git.rm.cloudns.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Remove old commented code
authorMario <mario.mario@y7mail.com>
Wed, 14 Aug 2013 06:43:30 +0000 (16:43 +1000)
committerMario <mario.mario@y7mail.com>
Wed, 14 Aug 2013 06:43:30 +0000 (16:43 +1000)
qcsrc/server/mutators/gamemode_ctf.qc

index 064d7d81c6c8a602c4014011a0433c53e1659cc7..ff44cdb860acaef2d8ad71701b46bd18c116f51b 100644 (file)
@@ -1050,7 +1050,6 @@ void ctf_FlagSetup(float teamnumber, entity flag) // called when spawning a flag
        
        if(autocvar_g_ctf_flag_glowtrails)
        {
-               //flag.glow_color = ((teamnumber) ? 251 : 210); // 251: red - 210: blue
                switch(teamnumber)
                {
                        case NUM_TEAM_1: flag.glow_color = 251; break; // red
@@ -1066,7 +1065,6 @@ void ctf_FlagSetup(float teamnumber, entity flag) // called when spawning a flag
        if(autocvar_g_ctf_fullbrightflags) { flag.effects |= EF_FULLBRIGHT; }
        if(autocvar_g_ctf_dynamiclights)
        {
-               // flag.effects |= ((teamnumber) ? EF_RED : EF_BLUE);
                switch(teamnumber)
                {
                        case NUM_TEAM_1: flag.effects |= EF_RED; break;