mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-14 23:54:09 +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;
|
bHasHitWall = true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (collidingEnt->IsBuilding() || collidingEnt->IsStatic()) {
|
if (collidingEnt->IsBuilding() || collidingEnt->IsStatic()) {
|
||||||
|
|
||||||
if (bWasStanding) {
|
if (bWasStanding) {
|
||||||
CVector sphereNormal;
|
CVector sphereNormal;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue