mirror of
https://github.com/halpz/re3.git
synced 2025-07-04 05:00:43 +00:00
Rename m_phy_flagA80 to bSkipLineCol
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user