invert map selection direction
This commit is contained in:
parent
1f9c00202e
commit
c497581539
@ -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…
Reference in New Issue
Block a user