summaryrefslogtreecommitdiffstats
path: root/src/core/Game.cpp
diff options
context:
space:
mode:
authoraap <aap@papnet.eu>2020-08-11 18:39:53 +0200
committeraap <aap@papnet.eu>2020-08-11 18:40:04 +0200
commitb468d010a8a185bd04cdb1fb41810a189971e583 (patch)
tree8eda0c65a57dd11653252fcca2bbbd64c9343b5c /src/core/Game.cpp
parentMerge pull request #683 from majesticCoding/miami (diff)
downloadre3-b468d010a8a185bd04cdb1fb41810a189971e583.tar
re3-b468d010a8a185bd04cdb1fb41810a189971e583.tar.gz
re3-b468d010a8a185bd04cdb1fb41810a189971e583.tar.bz2
re3-b468d010a8a185bd04cdb1fb41810a189971e583.tar.lz
re3-b468d010a8a185bd04cdb1fb41810a189971e583.tar.xz
re3-b468d010a8a185bd04cdb1fb41810a189971e583.tar.zst
re3-b468d010a8a185bd04cdb1fb41810a189971e583.zip
Diffstat (limited to 'src/core/Game.cpp')
-rw-r--r--src/core/Game.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/core/Game.cpp b/src/core/Game.cpp
index 7b113d89..ce2194a0 100644
--- a/src/core/Game.cpp
+++ b/src/core/Game.cpp
@@ -90,6 +90,7 @@
#include "debugmenu.h"
#include "Ropes.h"
#include "WindModifiers.h"
+#include "postfx.h"
eLevelName CGame::currLevel;
int32 CGame::currArea;
@@ -152,6 +153,9 @@ CGame::InitialiseOnceBeforeRW(void)
CFileMgr::Initialise();
CdStreamInit(MAX_CDCHANNELS);
ValidateVersion();
+#ifdef EXTENDED_COLOURFILTER
+ CPostFX::InitOnce();
+#endif
return true;
}