]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Merge branch 'samual/weapons' of http://nl.git.xonotic.org/xonotic/xonotic-data.pk3di...
authorMario <mario.mario@y7mail.com>
Sun, 8 Dec 2013 05:45:49 +0000 (16:45 +1100)
committerMario <mario.mario@y7mail.com>
Sun, 8 Dec 2013 05:45:49 +0000 (16:45 +1100)
qcsrc/server/cl_impulse.qc

index 148eafa84875877e72a5fcae8163f2ff2d041f58..eab7b55bf2ee12844bfd61167156eeb81c715ff3 100644 (file)
@@ -67,8 +67,8 @@ void ImpulseCommands (void)
                // weapon switching impulses
                if(self.deadflag == DEAD_NO)
                        W_NextWeaponOnImpulse(imp);
-               else
-                       self.impulse = imp; // retry in next frame
+               //else
+               //      self.impulse = imp; // retry in next frame
        }
        else if(imp >= 10 && imp <= 20)
        {