mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-13 04:34:09 +00:00
couple of fixes and cleanup
This commit is contained in:
parent
0e1257cf17
commit
ea5b86774d
9 changed files with 158 additions and 144 deletions
|
@ -2963,7 +2963,7 @@ CWaterLevel::HandleBeachToysStuff(void)
|
|||
CEntity *
|
||||
CWaterLevel::CreateBeachToy(CVector const &vec, eBeachToy beachtoy)
|
||||
{
|
||||
if (CObject::nNoTempObjects >= 40)
|
||||
if (CObject::nNoTempObjects >= NUMTEMPOBJECTS)
|
||||
return nil;
|
||||
|
||||
int finalToy = beachtoy;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue