summaryrefslogtreecommitdiffhomepage
path: root/menu.lua
diff options
context:
space:
mode:
Diffstat (limited to 'menu.lua')
-rw-r--r--menu.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/menu.lua b/menu.lua
index 73457b1..738a1d1 100644
--- a/menu.lua
+++ b/menu.lua
@@ -201,7 +201,7 @@ function Menu:controlpressed(set, action, key)
end
-- speed up the countdown
if action ~= "jump" then
- self:countdownJump()
+ self:countdownJump() -- that's funny isn't it? if not jump then jump
end
end
function Menu:controlreleased(set, action, key)