mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-14 13:10:35 +00:00
small fixes
This commit is contained in:
parent
52644192e3
commit
3c3b1aadc0
9 changed files with 33 additions and 28 deletions
|
@ -4314,7 +4314,7 @@ GetCurrentAtomicObjectCB(RwObject *object, void *data)
|
|||
return object;
|
||||
}
|
||||
|
||||
CColPoint spherepoints[MAX_COLLISION_POINTS];
|
||||
static CColPoint aTempPedColPts[MAX_COLLISION_POINTS];
|
||||
|
||||
CObject*
|
||||
CAutomobile::SpawnFlyingComponent(int32 component, uint32 type)
|
||||
|
@ -4434,7 +4434,7 @@ CAutomobile::SpawnFlyingComponent(int32 component, uint32 type)
|
|||
|
||||
if(CCollision::ProcessColModels(obj->GetMatrix(), *obj->GetColModel(),
|
||||
this->GetMatrix(), *this->GetColModel(),
|
||||
spherepoints, nil, nil) > 0)
|
||||
aTempPedColPts, nil, nil) > 0)
|
||||
obj->m_pCollidingEntity = this;
|
||||
|
||||
if(bRenderScorched)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue