mirror of
https://github.com/halpz/re3.git
synced 2025-07-07 00:58:55 +00:00
fixes
This commit is contained in:
@ -6334,7 +6334,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