mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-13 21:24:08 +00:00
move stuff back into class; securom comments
This commit is contained in:
parent
4505b8795a
commit
232d990e6d
7 changed files with 41 additions and 45 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue