mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-14 12:04:09 +00:00
Disable water creatures
This commit is contained in:
parent
95260371cb
commit
e9001207ea
5 changed files with 15 additions and 11 deletions
|
@ -1175,13 +1175,13 @@ CWaterLevel::RenderWater()
|
|||
if ( WavesCalculatedThisFrame )
|
||||
{
|
||||
RenderSeaBirds();
|
||||
RenderShipsOnHorizon();
|
||||
CParticle::HandleShipsAtHorizonStuff();
|
||||
HandleBeachToysStuff();
|
||||
//RenderShipsOnHorizon();
|
||||
//CParticle::HandleShipsAtHorizonStuff();
|
||||
//HandleBeachToysStuff();
|
||||
}
|
||||
|
||||
if ( _bSeaLife )
|
||||
HandleSeaLifeForms();
|
||||
//if ( _bSeaLife )
|
||||
// HandleSeaLifeForms();
|
||||
|
||||
DefinedState();
|
||||
}
|
||||
|
@ -3105,6 +3105,7 @@ CWaterLevel::RenderShipsOnHorizon()
|
|||
}
|
||||
}
|
||||
|
||||
/*
|
||||
void
|
||||
CWaterLevel::HandleSeaLifeForms()
|
||||
{
|
||||
|
@ -3145,7 +3146,7 @@ CWaterLevel::HandleSeaLifeForms()
|
|||
}
|
||||
|
||||
CWaterCreatures::UpdateAll();
|
||||
}
|
||||
}*/
|
||||
|
||||
void
|
||||
CWaterLevel::HandleBeachToysStuff(void)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue