summaryrefslogtreecommitdiffstats
path: root/src/core
diff options
context:
space:
mode:
authorwithmorten <morten.with@gmail.com>2021-01-13 00:22:51 +0100
committerGitHub <noreply@github.com>2021-01-13 00:22:51 +0100
commit2b91af44930d50b4eef30794b31adf283247ac71 (patch)
tree1fba382dcd0900d33dcad9f0ba5efa684686bef1 /src/core
parentMore font fixes (diff)
parentmove stuff back into class; securom comments (diff)
downloadre3-2b91af44930d50b4eef30794b31adf283247ac71.tar
re3-2b91af44930d50b4eef30794b31adf283247ac71.tar.gz
re3-2b91af44930d50b4eef30794b31adf283247ac71.tar.bz2
re3-2b91af44930d50b4eef30794b31adf283247ac71.tar.lz
re3-2b91af44930d50b4eef30794b31adf283247ac71.tar.xz
re3-2b91af44930d50b4eef30794b31adf283247ac71.tar.zst
re3-2b91af44930d50b4eef30794b31adf283247ac71.zip
Diffstat (limited to 'src/core')
-rw-r--r--src/core/Game.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/Game.cpp b/src/core/Game.cpp
index 8405c2ec..4cf99465 100644
--- a/src/core/Game.cpp
+++ b/src/core/Game.cpp
@@ -462,7 +462,7 @@ bool CGame::Initialise(const char* datFile)
TestModelIndices();
LoadingScreen("Loading the Game", "Setup water", nil);
- WaterLevelInitialise("DATA\\WATER.DAT");
+ CWaterLevel::Initialise("DATA\\WATER.DAT");
TheConsole.Init();
CDraw::SetFOV(120.0f);
CDraw::ms_fLODDistance = 500.0f;