mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-14 07:14:10 +00:00
CFO fixes
This commit is contained in:
parent
082c4caecf
commit
7658577260
5 changed files with 50 additions and 37 deletions
|
@ -295,7 +295,10 @@ bool CGame::InitialiseOnceAfterRW(void)
|
|||
CWorld::Players[0].SetPlayerSkin(CMenuManager::m_PrefsSkinFile);
|
||||
|
||||
#ifdef CUSTOM_FRONTEND_OPTIONS
|
||||
CustomFrontendOptionsPopulate();
|
||||
if (numCustomFrontendOptions == 0 && numCustomFrontendScreens == 0) {
|
||||
CustomFrontendOptionsPopulate();
|
||||
FrontEndMenuManager.LoadSettings();
|
||||
}
|
||||
#endif
|
||||
return true;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue