diff options
author | Aki <nthirtyone@gmail.com> | 2016-08-15 01:59:36 +0200 |
---|---|---|
committer | Aki <nthirtyone@gmail.com> | 2016-08-15 01:59:36 +0200 |
commit | 5b031b6c01c894111584907928261fabb7f86182 (patch) | |
tree | d51f7829c585fcd92862212448697ac8f6d5856c /menu.lua | |
parent | b0f8d8b862732d41150dddcdc192f7f6c93cfa09 (diff) | |
download | roflnauts-5b031b6c01c894111584907928261fabb7f86182.zip roflnauts-5b031b6c01c894111584907928261fabb7f86182.tar.gz roflnauts-5b031b6c01c894111584907928261fabb7f86182.tar.bz2 |
clean-up
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) |