diff options
Diffstat (limited to 'menu.lua')
-rw-r--r-- | menu.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |