diff options
author | Nikolay Korolev <nickvnuk@gmail.com> | 2020-05-05 18:20:10 +0300 |
---|---|---|
committer | Nikolay Korolev <nickvnuk@gmail.com> | 2020-05-05 18:20:10 +0300 |
commit | edeb8736f1af1f5680f8334414ad85c087b8c5e2 (patch) | |
tree | 655dc6cff470ac28d19678c392a0aebb49cea937 /src/control/CarCtrl.h | |
parent | cb8ffbac73acd56371ba96483572ed91c814d8c2 (diff) |
remove ifdefs
Diffstat (limited to 'src/control/CarCtrl.h')
-rw-r--r-- | src/control/CarCtrl.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/control/CarCtrl.h b/src/control/CarCtrl.h index 8ac8664a..4f92bdcf 100644 --- a/src/control/CarCtrl.h +++ b/src/control/CarCtrl.h @@ -104,9 +104,7 @@ public: static void ClearInterestingVehicleList(); static void FindLinksToGoWithTheseNodes(CVehicle*); static bool GenerateOneEmergencyServicesCar(uint32, CVector); -#ifdef MIAMI static float FindSpeedMultiplierWithSpeedFromNodes(int8); -#endif static float GetPositionAlongCurrentCurve(CVehicle* pVehicle) { |