mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-14 23:00:34 +00:00
Disable water creatures
This commit is contained in:
parent
95260371cb
commit
e9001207ea
5 changed files with 15 additions and 11 deletions
|
@ -587,7 +587,7 @@ bool CGame::ShutDown(void)
|
|||
CPlane::Shutdown();
|
||||
CTrain::Shutdown();
|
||||
CScriptPaths::Shutdown();
|
||||
CWaterCreatures::RemoveAll();
|
||||
//CWaterCreatures::RemoveAll();
|
||||
CSpecialFX::Shutdown();
|
||||
CGarages::Shutdown();
|
||||
CMovingThings::Shutdown();
|
||||
|
@ -749,7 +749,7 @@ void CGame::ShutDownForRestart(void)
|
|||
CRadar::RemoveRadarSections();
|
||||
FrontEndMenuManager.UnloadTextures();
|
||||
CParticleObject::RemoveAllExpireableParticleObjects();
|
||||
CWaterCreatures::RemoveAll();
|
||||
//CWaterCreatures::RemoveAll();
|
||||
CSetPieces::Init();
|
||||
CPedType::Shutdown();
|
||||
CSpecialFX::Shutdown();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue