1
0
Fork 0
mirror of https://git.rip/DMCA_FUCKER/re3.git synced 2024-06-26 21:07:37 +00:00
This commit is contained in:
Nikolay Korolev 2021-01-22 00:14:30 +03:00
parent f0097ff733
commit 50cde66067

View file

@ -6289,7 +6289,6 @@ CPed::PositionAnyPedOutOfCollision(void)
int smallestDistNearVeh = 999;
int smallestDistSomewhereClose = 999;
CVector vehPos = m_pMyVehicle->GetPosition();
CVector potentialPos;
potentialPos.y = GetPosition().y - 3.5f;
potentialPos.z = GetPosition().z;