summaryrefslogtreecommitdiffstats
path: root/src/core/Game.cpp
diff options
context:
space:
mode:
authoraap <aap@papnet.eu>2020-06-03 08:26:33 +0200
committeraap <aap@papnet.eu>2020-06-03 08:26:33 +0200
commitad03d9543b4710eabcbbd83aada7848151fd6846 (patch)
tree8e862f33d6870757ff14ad0c79ad09e14c24a590 /src/core/Game.cpp
parentforgot the fucking file (diff)
parentMerge remote-tracking branch 'origin/master' into miami (diff)
downloadre3-ad03d9543b4710eabcbbd83aada7848151fd6846.tar
re3-ad03d9543b4710eabcbbd83aada7848151fd6846.tar.gz
re3-ad03d9543b4710eabcbbd83aada7848151fd6846.tar.bz2
re3-ad03d9543b4710eabcbbd83aada7848151fd6846.tar.lz
re3-ad03d9543b4710eabcbbd83aada7848151fd6846.tar.xz
re3-ad03d9543b4710eabcbbd83aada7848151fd6846.tar.zst
re3-ad03d9543b4710eabcbbd83aada7848151fd6846.zip
Diffstat (limited to '')
-rw-r--r--src/core/Game.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/core/Game.cpp b/src/core/Game.cpp
index a25f99d0..3f75b46b 100644
--- a/src/core/Game.cpp
+++ b/src/core/Game.cpp
@@ -88,8 +88,6 @@
#include "Occlusion.h"
#include "debugmenu.h"
-
-
eLevelName CGame::currLevel;
int32 CGame::currArea;
bool CGame::bDemoMode = true;
@@ -237,6 +235,9 @@ bool CGame::InitialiseOnceAfterRW(void)
DMAudio.SetMusicFadeVol(127);
CWorld::Players[0].SetPlayerSkin(FrontEndMenuManager.m_PrefsSkinFile);
+#ifdef CUSTOM_FRONTEND_OPTIONS
+ CustomFrontendOptionsPopulate();
+#endif
return true;
}