diff options
author | withmorten <morten.with@gmail.com> | 2021-01-13 00:18:58 +0100 |
---|---|---|
committer | withmorten <morten.with@gmail.com> | 2021-01-13 00:18:58 +0100 |
commit | 232d990e6d76e52821a5cc69d51048a94ddec867 (patch) | |
tree | 54edaa621f908d199089f14aa1c0ccaeda9d10a6 /src/core | |
parent | fix (diff) | |
download | re3-232d990e6d76e52821a5cc69d51048a94ddec867.tar re3-232d990e6d76e52821a5cc69d51048a94ddec867.tar.gz re3-232d990e6d76e52821a5cc69d51048a94ddec867.tar.bz2 re3-232d990e6d76e52821a5cc69d51048a94ddec867.tar.lz re3-232d990e6d76e52821a5cc69d51048a94ddec867.tar.xz re3-232d990e6d76e52821a5cc69d51048a94ddec867.tar.zst re3-232d990e6d76e52821a5cc69d51048a94ddec867.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; |