mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-04-18 14:42:27 +00:00
Fix #7156 "Autorun is broken"
This commit is contained in:
parent
203eb80afd
commit
b9d38ae8d8
@ -133,7 +133,7 @@ local function onInputAction(action)
|
|||||||
elseif action == input.ACTION.Use then
|
elseif action == input.ACTION.Use then
|
||||||
startAttack = true
|
startAttack = true
|
||||||
elseif action == input.ACTION.AutoMove and not movementControlsOverridden then
|
elseif action == input.ACTION.AutoMove and not movementControlsOverridden then
|
||||||
autoMove = true
|
autoMove = not autoMove
|
||||||
elseif action == input.ACTION.AlwaysRun and not movementControlsOverridden then
|
elseif action == input.ACTION.AlwaysRun and not movementControlsOverridden then
|
||||||
settings:set('alwaysRun', not settings:get('alwaysRun'))
|
settings:set('alwaysRun', not settings:get('alwaysRun'))
|
||||||
elseif action == input.ACTION.Sneak and not movementControlsOverridden then
|
elseif action == input.ACTION.Sneak and not movementControlsOverridden then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user