forked from mirror/openmw-tes3mp
playercontrols switch now disables activation in general (Chris' suggestion)
This commit is contained in:
parent
910858c300
commit
c4f17f5596
1 changed files with 2 additions and 1 deletions
|
@ -642,6 +642,7 @@ namespace MWInput
|
||||||
|
|
||||||
void InputManager::activate()
|
void InputManager::activate()
|
||||||
{
|
{
|
||||||
|
if (mControlSwitch["playercontrols"])
|
||||||
mEngine.activate();
|
mEngine.activate();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue