summaryrefslogtreecommitdiffstats
path: root/src/core/Game.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/Game.cpp')
-rw-r--r--src/core/Game.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/core/Game.cpp b/src/core/Game.cpp
index c0530709..e944512a 100644
--- a/src/core/Game.cpp
+++ b/src/core/Game.cpp
@@ -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;
}