summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSergeanur <s.anureev@yandex.ua>2020-05-05 17:07:08 +0200
committerSergeanur <s.anureev@yandex.ua>2020-05-05 17:07:08 +0200
commit7200a783eef314ae380a5da64dfa82020c1e6dc2 (patch)
treee1dcb59324d6064123fc72eb37182377fa644972
parentRemove Miami stuff (diff)
downloadre3-7200a783eef314ae380a5da64dfa82020c1e6dc2.tar
re3-7200a783eef314ae380a5da64dfa82020c1e6dc2.tar.gz
re3-7200a783eef314ae380a5da64dfa82020c1e6dc2.tar.bz2
re3-7200a783eef314ae380a5da64dfa82020c1e6dc2.tar.lz
re3-7200a783eef314ae380a5da64dfa82020c1e6dc2.tar.xz
re3-7200a783eef314ae380a5da64dfa82020c1e6dc2.tar.zst
re3-7200a783eef314ae380a5da64dfa82020c1e6dc2.zip
-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 ||