diff options
author | Sergeanur <s.anureev@yandex.ua> | 2020-08-19 22:34:33 +0200 |
---|---|---|
committer | Sergeanur <s.anureev@yandex.ua> | 2020-08-19 22:34:33 +0200 |
commit | 827b240078132bc893963212871e2d7b6294c6a3 (patch) | |
tree | 4e2c129c0a61c3086cb911576030e43fa317332e /src/core/Game.cpp | |
parent | 2 new opcodes (diff) | |
parent | little fix (diff) | |
download | re3-827b240078132bc893963212871e2d7b6294c6a3.tar re3-827b240078132bc893963212871e2d7b6294c6a3.tar.gz re3-827b240078132bc893963212871e2d7b6294c6a3.tar.bz2 re3-827b240078132bc893963212871e2d7b6294c6a3.tar.lz re3-827b240078132bc893963212871e2d7b6294c6a3.tar.xz re3-827b240078132bc893963212871e2d7b6294c6a3.tar.zst re3-827b240078132bc893963212871e2d7b6294c6a3.zip |
Diffstat (limited to 'src/core/Game.cpp')
-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; } |