summaryrefslogtreecommitdiffhomepage
path: root/not/Player.lua
diff options
context:
space:
mode:
Diffstat (limited to 'not/Player.lua')
-rw-r--r--not/Player.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/not/Player.lua b/not/Player.lua
index 3722cb3..5e73e25 100644
--- a/not/Player.lua
+++ b/not/Player.lua
@@ -63,7 +63,7 @@ function Player:controlreleased (set, action, key)
if set ~= self:getControllerSet() then return end
-- Jumping
if action == "jump" then
- self.jumpTimer = Hero.jumpTimer -- take initial from metatable
+ self.jumpTimer = Hero.JUMP_TIMER
end
-- Walking
if (action == "left" or action == "right") then