]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Another fix by Mario for previous weapon function
authorSamual Lenks <samual@xonotic.org>
Sun, 8 Dec 2013 05:46:38 +0000 (00:46 -0500)
committerSamual Lenks <samual@xonotic.org>
Sun, 8 Dec 2013 05:46:38 +0000 (00:46 -0500)
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)
        {