mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-13 05:20:34 +00:00
Rename m_phy_flagA80 to bSkipLineCol
This commit is contained in:
parent
81094f2cd7
commit
e14733367e
4 changed files with 15 additions and 15 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue