mirror of
https://gitlab.com/GaryOderNichts/re3-wiiu.git
synced 2025-02-17 10:36:21 +01:00
IsStatic
This commit is contained in:
commit
0930d70134
@ -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…
x
Reference in New Issue
Block a user