From 50cde660670bcc7a90211a27d9f8971357c36e8d Mon Sep 17 00:00:00 2001 From: Nikolay Korolev Date: Fri, 22 Jan 2021 00:14:30 +0300 Subject: [PATCH] fix --- src/peds/PedAI.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/peds/PedAI.cpp b/src/peds/PedAI.cpp index 3aa9300c..68983dac 100644 --- a/src/peds/PedAI.cpp +++ b/src/peds/PedAI.cpp @@ -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;