summaryrefslogtreecommitdiff
path: root/src/control
diff options
context:
space:
mode:
authorSergeanur <s.anureev@yandex.ua>2020-05-05 18:07:08 +0300
committerSergeanur <s.anureev@yandex.ua>2020-05-05 18:07:08 +0300
commit7200a783eef314ae380a5da64dfa82020c1e6dc2 (patch)
treee1dcb59324d6064123fc72eb37182377fa644972 /src/control
parent9960c411933f9a804eb5f6840d75ad00fd255252 (diff)
Remove #endif
Diffstat (limited to 'src/control')
-rw-r--r--src/control/CarAI.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/control/CarAI.cpp b/src/control/CarAI.cpp
index 091f971b..3e22ee77 100644
--- a/src/control/CarAI.cpp
+++ b/src/control/CarAI.cpp
@@ -189,7 +189,6 @@ void CCarAI::UpdateCarAI(CVehicle* pVehicle)
}
if (pVehicle->bIsLawEnforcer)
MellowOutChaseSpeed(pVehicle);
-#endif
break;
case MISSION_GOTOCOORDS:
if ((pVehicle->AutoPilot.m_vecDestinationCoors - pVehicle->GetPosition()).Magnitude2D() < DISTANCE_TO_SWITCH_DISTANCE_GOTO ||