diff options
author | Sergeanur <s.anureev@yandex.ua> | 2021-01-13 01:08:13 +0100 |
---|---|---|
committer | Sergeanur <s.anureev@yandex.ua> | 2021-01-13 01:08:13 +0100 |
commit | 94f25a429fb29eeaf6e7ccd21906ffcff45ebc38 (patch) | |
tree | f5096eee4142233ec6450b68fbd99483c954592c /src/core/Game.cpp | |
parent | sync with lcs-dev (diff) | |
parent | Merge pull request #956 from withmorten/miami (diff) | |
download | re3-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.cpp | 2 |
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; |