diff options
Diffstat (limited to 'src/vehicles/Vehicle.cpp')
-rw-r--r-- | src/vehicles/Vehicle.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
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 |