mirror of
https://github.com/GTAmodding/re3.git
synced 2021-02-19 17:49:54 +01:00
commit
19488323ea
@ -973,7 +973,7 @@ CPopulation::ConvertToDummyObject(CObject *obj)
|
||||
if (!dummy)
|
||||
return;
|
||||
|
||||
dummy->GetMatrix() = obj->GetMatrix();
|
||||
dummy->GetMatrix() = obj->m_objectMatrix;
|
||||
dummy->GetMatrix().UpdateRW();
|
||||
dummy->UpdateRwFrame();
|
||||
|
||||
@ -998,7 +998,7 @@ bool
|
||||
CPopulation::TestRoomForDummyObject(CObject *obj)
|
||||
{
|
||||
int16 collidingObjs;
|
||||
CWorld::FindObjectsKindaColliding(obj->GetPosition(),
|
||||
CWorld::FindObjectsKindaColliding(obj->m_objectMatrix.GetPosition(),
|
||||
CModelInfo::GetModelInfo(obj->m_modelIndex)->GetColModel()->boundingSphere.radius,
|
||||
false, &collidingObjs, 2, nil, false, true, true, false, false);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user