1
0
mirror of https://github.com/halpz/re3.git synced 2025-05-03 22:05:50 +00:00
This commit is contained in:
Nikolay Korolev 2021-07-27 22:18:24 +03:00
parent ad2ccdb44a
commit c26a57fb9f

@ -2319,7 +2319,7 @@ main(int argc, char *argv[])
CGame::InitialiseWhenRestarting(); CGame::InitialiseWhenRestarting();
DMAudio.ChangeMusicMode(MUSICMODE_GAME); DMAudio.ChangeMusicMode(MUSICMODE_GAME);
LoadSplash(GetLevelSplashScreen(CGame::currLevel)); LoadSplash(GetLevelSplashScreen(CGame::currLevel));
FrontEndMenuManager.m_bWantToLoad = false; //FrontEndMenuManager.m_bWantToLoad = false;
} }
else else
{ {