From 6702b61080221b1c7d543365eae5e7e19e346c5a Mon Sep 17 00:00:00 2001 From: Grinch_ Date: Mon, 18 Jul 2022 04:09:08 +0600 Subject: [PATCH] Fix --- src/vehicle.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/vehicle.cpp b/src/vehicle.cpp index b734506..4ea1f69 100644 --- a/src/vehicle.cpp +++ b/src/vehicle.cpp @@ -510,7 +510,7 @@ static void StartAutoDrive(CVehicle *pVeh, const char *buf = nullptr) if (buf == nullptr) { -#ifdef GTA SA +#ifdef GTASA tRadarTrace targetBlip = CRadar::ms_RadarTrace[LOWORD(FrontEndMenuManager.m_nTargetBlipIndex)]; pos = targetBlip.m_vecPos; if (targetBlip.m_nRadarSprite != RADAR_SPRITE_WAYPOINT)