mirror of
https://github.com/GTAmodding/re3.git
synced 2024-11-16 06:34:04 +00:00
Merge pull request #579 from Xinerki/miami
InitAfterFocusLoss compile fix
This commit is contained in:
commit
4b99d7127f
1 changed files with 1 additions and 1 deletions
|
@ -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