mirror of
https://git.rip/DMCA_FUCKER/re3.git
synced 2024-11-18 09:17:46 +00:00
InitAfterFocusLoss compile fix
This commit is contained in:
parent
900d5a4ce0
commit
a878e09f0f
|
@ -677,7 +677,7 @@ CGame::InitAfterFocusLoss()
|
||||||
//cDMAudio::SetCurrent3DProvider( ? ? ? );
|
//cDMAudio::SetCurrent3DProvider( ? ? ? );
|
||||||
|
|
||||||
if (!FrontEndMenuManager.m_bGameNotLoaded && !FrontEndMenuManager.m_bMenuActive)
|
if (!FrontEndMenuManager.m_bGameNotLoaded && !FrontEndMenuManager.m_bMenuActive)
|
||||||
CMenuManager::m_bStartUpFrontEndRequested = true;
|
FrontEndMenuManager.m_bStartUpFrontEndRequested = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
bool
|
bool
|
||||||
|
|
Loading…
Reference in a new issue