forked from teamnwah/openmw-tes3coop
fix for issue #179
This commit is contained in:
parent
dbbf50a184
commit
af875896ad
1 changed files with 3 additions and 0 deletions
|
@ -411,6 +411,9 @@ void OMW::Engine::go()
|
||||||
|
|
||||||
void OMW::Engine::activate()
|
void OMW::Engine::activate()
|
||||||
{
|
{
|
||||||
|
if (mEnvironment.mWindowManager->getMode()!=MWGui::GM_Game)
|
||||||
|
return;
|
||||||
|
|
||||||
std::string handle = mEnvironment.mWorld->getFacedHandle();
|
std::string handle = mEnvironment.mWorld->getFacedHandle();
|
||||||
|
|
||||||
if (handle.empty())
|
if (handle.empty())
|
||||||
|
|
Loading…
Reference in a new issue