mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-15 13:44:08 +00:00
Merge branch 'master' into miami
This commit is contained in:
commit
7dc649ede6
4 changed files with 110 additions and 91 deletions
|
@ -317,8 +317,8 @@ int32
|
|||
CPhysical::ProcessEntityCollision(CEntity *ent, CColPoint *colpoints)
|
||||
{
|
||||
int32 numSpheres = CCollision::ProcessColModels(
|
||||
GetMatrix(), *CModelInfo::GetModelInfo(GetModelIndex())->GetColModel(),
|
||||
ent->GetMatrix(), *CModelInfo::GetModelInfo(ent->GetModelIndex())->GetColModel(),
|
||||
GetMatrix(), *GetColModel(),
|
||||
ent->GetMatrix(), *ent->GetColModel(),
|
||||
colpoints,
|
||||
nil, nil); // No Lines allowed!
|
||||
if(numSpheres > 0){
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue