Rename m_phy_flagA80 to bSkipLineCol

This commit is contained in:
Sergeanur
2020-04-30 18:58:15 +03:00
parent 81094f2cd7
commit e14733367e
4 changed files with 15 additions and 15 deletions

View File

@ -14660,7 +14660,7 @@ CPed::ProcessEntityCollision(CEntity *collidingEnt, CColPoint *collidingPoints)
collidedWithBoat = true;
// ofc we're not vehicle
if (!m_bIsVehicleBeingShifted && !m_phy_flagA80
if (!m_bIsVehicleBeingShifted && !bSkipLineCol
#ifdef VC_PED_PORTS
&& !collidingEnt->IsPed()
#endif