1
0
Fork 0
mirror of https://git.rip/DMCA_FUCKER/re3.git synced 2024-09-30 07:07:03 +00:00

InitAfterFocusLoss compile fix

This commit is contained in:
Xin 2020-05-22 16:04:52 +03:00 committed by GitHub
parent 900d5a4ce0
commit a878e09f0f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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