summaryrefslogtreecommitdiffstats
path: root/src/core/Game.cpp
diff options
context:
space:
mode:
authorSergeanur <s.anureev@yandex.ua>2021-01-13 01:08:13 +0100
committerSergeanur <s.anureev@yandex.ua>2021-01-13 01:08:13 +0100
commit94f25a429fb29eeaf6e7ccd21906ffcff45ebc38 (patch)
treef5096eee4142233ec6450b68fbd99483c954592c /src/core/Game.cpp
parentsync with lcs-dev (diff)
parentMerge pull request #956 from withmorten/miami (diff)
downloadre3-94f25a429fb29eeaf6e7ccd21906ffcff45ebc38.tar
re3-94f25a429fb29eeaf6e7ccd21906ffcff45ebc38.tar.gz
re3-94f25a429fb29eeaf6e7ccd21906ffcff45ebc38.tar.bz2
re3-94f25a429fb29eeaf6e7ccd21906ffcff45ebc38.tar.lz
re3-94f25a429fb29eeaf6e7ccd21906ffcff45ebc38.tar.xz
re3-94f25a429fb29eeaf6e7ccd21906ffcff45ebc38.tar.zst
re3-94f25a429fb29eeaf6e7ccd21906ffcff45ebc38.zip
Diffstat (limited to 'src/core/Game.cpp')
-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 c5154bd4..43e5856c 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;