nevermind
This commit is contained in:
parent
c497581539
commit
2f5db0f3c7
@ -406,10 +406,10 @@ local function controller(player)
|
||||
local cmd = player.cmd
|
||||
if not keyRepeat then
|
||||
if cmd.driftturn > 0 then
|
||||
updateMapIndex(1)
|
||||
updateMapIndex(-1)
|
||||
updateKeyRepeat()
|
||||
elseif cmd.driftturn < 0 then
|
||||
updateMapIndex(-1)
|
||||
updateMapIndex(1)
|
||||
updateKeyRepeat()
|
||||
elseif cmd.buttons & BT_FORWARD then
|
||||
scrollPos = $ - 1
|
||||
|
Loading…
x
Reference in New Issue
Block a user