mirror of
https://github.com/OpenMW/openmw.git
synced 2025-12-13 05:43:08 +00:00
Merge remote-tracking branch 'scrawl/bug_559' into next
This commit is contained in:
commit
448293f270
1 changed files with 2 additions and 1 deletions
|
|
@ -642,7 +642,8 @@ namespace MWInput
|
||||||
|
|
||||||
void InputManager::activate()
|
void InputManager::activate()
|
||||||
{
|
{
|
||||||
mEngine.activate();
|
if (mControlSwitch["playercontrols"])
|
||||||
|
mEngine.activate();
|
||||||
}
|
}
|
||||||
|
|
||||||
void InputManager::toggleAutoMove()
|
void InputManager::toggleAutoMove()
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue