mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-05 15:14:08 +00:00
commit
647cfbfd45
18 changed files with 174 additions and 157 deletions
|
@ -11359,7 +11359,7 @@ VALIDATESAVEBUF(size)
|
|||
|
||||
void CTheScripts::ClearSpaceForMissionEntity(const CVector& pos, CEntity* pEntity)
|
||||
{
|
||||
static CColPoint aTempColPoints[32];
|
||||
static CColPoint aTempColPoints[MAX_COLLISION_POINTS];
|
||||
int16 entities = 0;
|
||||
CEntity* aEntities[16];
|
||||
CWorld::FindObjectsKindaColliding(pos, pEntity->GetBoundRadius(), false, &entities, 16, aEntities, false, true, true, false, false);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue