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)