1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-02-03 18:45:32 +00:00

Merge remote-tracking branch 'scrawl/bug_559' into next

This commit is contained in:
Marc Zinnschlag 2013-02-17 09:09:06 +01:00
commit 448293f270

View file

@ -642,7 +642,8 @@ namespace MWInput
void InputManager::activate()
{
mEngine.activate();
if (mControlSwitch["playercontrols"])
mEngine.activate();
}
void InputManager::toggleAutoMove()