mirror of
https://gitlab.com/skmp/dca3-game.git
synced 2025-08-27 08:36:09 +02:00
Merge branch 'master' of git://github.com/GTAmodding/re3 into erorcun
This commit is contained in:
@@ -1323,7 +1323,7 @@ void CCarCtrl::WeaveThroughPedsSectorList(CPtrList& lst, CVehicle* pVehicle, CPh
|
|||||||
continue;
|
continue;
|
||||||
if (pPed->GetPosition().y < y_inf || pPed->GetPosition().y > y_sup)
|
if (pPed->GetPosition().y < y_inf || pPed->GetPosition().y > y_sup)
|
||||||
continue;
|
continue;
|
||||||
if (Abs(pPed->GetPosition().z - pPed->GetPosition().z) >= PED_HEIGHT_DIFF_TO_CONSIDER_WEAVING)
|
if (Abs(pPed->GetPosition().z - pVehicle->GetPosition().z) >= PED_HEIGHT_DIFF_TO_CONSIDER_WEAVING)
|
||||||
continue;
|
continue;
|
||||||
if (pPed->m_pCurSurface != pVehicle)
|
if (pPed->m_pCurSurface != pVehicle)
|
||||||
WeaveForPed(pPed, pVehicle, pAngleToWeaveLeft, pAngleToWeaveRight);
|
WeaveForPed(pPed, pVehicle, pAngleToWeaveLeft, pAngleToWeaveRight);
|
||||||
|
Reference in New Issue
Block a user