diff options
Diffstat (limited to '')
-rw-r--r-- | src/core/Game.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/core/Game.cpp b/src/core/Game.cpp index ce2194a0..172a77b5 100644 --- a/src/core/Game.cpp +++ b/src/core/Game.cpp @@ -293,10 +293,6 @@ bool CGame::InitialiseOnceAfterRW(void) DMAudio.SetEffectsFadeVol(127); DMAudio.SetMusicFadeVol(127); CWorld::Players[0].SetPlayerSkin(FrontEndMenuManager.m_PrefsSkinFile); - -#ifdef CUSTOM_FRONTEND_OPTIONS - CustomFrontendOptionsPopulate(); -#endif return true; } |