1
0
mirror of https://github.com/halpz/re3.git synced 2025-05-09 14:35:54 +00:00

Merge pull request from Xinerki/miami

InitAfterFocusLoss compile fix
This commit is contained in:
erorcun 2020-05-22 16:10:35 +03:00 committed by GitHub
commit 4b99d7127f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -677,7 +677,7 @@ CGame::InitAfterFocusLoss()
//cDMAudio::SetCurrent3DProvider( ? ? ? );
if (!FrontEndMenuManager.m_bGameNotLoaded && !FrontEndMenuManager.m_bMenuActive)
CMenuManager::m_bStartUpFrontEndRequested = true;
FrontEndMenuManager.m_bStartUpFrontEndRequested = true;
}
bool