This commit is contained in:
Nikolay Korolev 2020-05-06 19:20:45 +03:00
commit 0930d70134
1 changed files with 1 additions and 1 deletions

View File

@ -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;