diff options
author | withmorten <morten.with@gmail.com> | 2021-01-13 00:22:51 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-13 00:22:51 +0100 |
commit | 2b91af44930d50b4eef30794b31adf283247ac71 (patch) | |
tree | 1fba382dcd0900d33dcad9f0ba5efa684686bef1 /src/core | |
parent | More font fixes (diff) | |
parent | move stuff back into class; securom comments (diff) | |
download | re3-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 '')
-rw-r--r-- | src/core/Game.cpp | 2 |
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; |