summaryrefslogtreecommitdiffstats
path: root/src/control/CarAI.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/control/CarAI.cpp')
-rw-r--r--src/control/CarAI.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/control/CarAI.cpp b/src/control/CarAI.cpp
index 37a78ec2..d595feaf 100644
--- a/src/control/CarAI.cpp
+++ b/src/control/CarAI.cpp
@@ -232,6 +232,7 @@ void CCarAI::UpdateCarAI(CVehicle* pVehicle)
}
if (pVehicle->bIsLawEnforcer)
MellowOutChaseSpeed(pVehicle);
+#endif
break;
case MISSION_GOTOCOORDS:
#ifdef MIAMI