From edeb8736f1af1f5680f8334414ad85c087b8c5e2 Mon Sep 17 00:00:00 2001 From: Nikolay Korolev Date: Tue, 5 May 2020 18:20:10 +0300 Subject: remove ifdefs --- src/vehicles/Vehicle.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/vehicles/Vehicle.cpp') diff --git a/src/vehicles/Vehicle.cpp b/src/vehicles/Vehicle.cpp index 67024782..efbc56c0 100644 --- a/src/vehicles/Vehicle.cpp +++ b/src/vehicles/Vehicle.cpp @@ -1354,7 +1354,6 @@ CVehicle::Load(uint8*& buf) } #endif -#ifdef MIAMI eVehicleAppearance //--MIAMI: TODO, implement VC version, appearance != type // This would work for cars, boats and bikes but not for planes and helis @@ -1372,4 +1371,3 @@ CVehicle::GetVehicleAppearance(void) return VEHICLE_HELI; return VEHICLE_NONE; } -#endif -- cgit v1.2.3