mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-20 10:19:22 +00:00
Merge remote-tracking branch 'origin/miami' into lcs
* origin/miami: more securom fixes move stuff back into class; securom comments More font fixes fix fix CreateInstance virtual overload order escalator fix ProcessWheel bug
This commit is contained in:
commit
94f25a429f
9 changed files with 144 additions and 86 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