mirror of
https://github.com/GTAmodding/re3.git
synced 2024-11-16 08:09:00 +00:00
IsStatic
This commit is contained in:
commit
0930d70134
1 changed files with 1 additions and 1 deletions
|
@ -14857,7 +14857,7 @@ CPed::ProcessEntityCollision(CEntity *collidingEnt, CColPoint *collidingPoints)
|
|||
bHasHitWall = true;
|
||||
}
|
||||
}
|
||||
if (collidingEnt->IsBuilding() || collidingEnt->IsStatic()) {
|
||||
if (collidingEnt->IsBuilding() || collidingEnt->IsStatic()) {
|
||||
|
||||
if (bWasStanding) {
|
||||
CVector sphereNormal;
|
||||
|
|
Loading…
Reference in a new issue