mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-25 06:35:30 +00:00
playercontrols switch now disables activation in general (Chris' suggestion)
This commit is contained in:
parent
910858c300
commit
c4f17f5596
@ -642,7 +642,8 @@ namespace MWInput
|
||||
|
||||
void InputManager::activate()
|
||||
{
|
||||
mEngine.activate();
|
||||
if (mControlSwitch["playercontrols"])
|
||||
mEngine.activate();
|
||||
}
|
||||
|
||||
void InputManager::toggleAutoMove()
|
||||
|
Loading…
x
Reference in New Issue
Block a user