mirror of
https://github.com/GTAmodding/re3.git
synced 2024-11-15 16:48:59 +00:00
fix
This commit is contained in:
parent
f0097ff733
commit
50cde66067
1 changed files with 0 additions and 1 deletions
|
@ -6289,7 +6289,6 @@ CPed::PositionAnyPedOutOfCollision(void)
|
||||||
int smallestDistNearVeh = 999;
|
int smallestDistNearVeh = 999;
|
||||||
int smallestDistSomewhereClose = 999;
|
int smallestDistSomewhereClose = 999;
|
||||||
|
|
||||||
CVector vehPos = m_pMyVehicle->GetPosition();
|
|
||||||
CVector potentialPos;
|
CVector potentialPos;
|
||||||
potentialPos.y = GetPosition().y - 3.5f;
|
potentialPos.y = GetPosition().y - 3.5f;
|
||||||
potentialPos.z = GetPosition().z;
|
potentialPos.z = GetPosition().z;
|
||||||
|
|
Loading…
Reference in a new issue