nevermind

This commit is contained in:
Not 2022-09-04 05:45:08 +02:00
parent c497581539
commit 2f5db0f3c7
1 changed files with 2 additions and 2 deletions

View File

@ -406,10 +406,10 @@ local function controller(player)
local cmd = player.cmd local cmd = player.cmd
if not keyRepeat then if not keyRepeat then
if cmd.driftturn > 0 then if cmd.driftturn > 0 then
updateMapIndex(1) updateMapIndex(-1)
updateKeyRepeat() updateKeyRepeat()
elseif cmd.driftturn < 0 then elseif cmd.driftturn < 0 then
updateMapIndex(-1) updateMapIndex(1)
updateKeyRepeat() updateKeyRepeat()
elseif cmd.buttons & BT_FORWARD then elseif cmd.buttons & BT_FORWARD then
scrollPos = $ - 1 scrollPos = $ - 1