mirror of
https://github.com/GTAmodding/re3.git
synced 2025-08-29 10:49:49 +02:00
fix
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user