summaryrefslogtreecommitdiffhomepage
path: root/player.lua
diff options
context:
space:
mode:
Diffstat (limited to 'player.lua')
-rw-r--r--player.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/player.lua b/player.lua
index d81ceb1..7a6a035 100644
--- a/player.lua
+++ b/player.lua
@@ -232,7 +232,7 @@ function Player:controllerPressed (key)
self:changeAnimation("attack_up")
end
self:hit(2*f,-10,3*f,7, 0, -1)
- elseif controller:isDown("down") and self.inAir then
+ elseif controller:isDown("down") then
-- Punch down
if self.current ~= self.animations.damage then
self:changeAnimation("attack_down")