diff options
Diffstat (limited to 'vehicle.h')
-rw-r--r-- | vehicle.h | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -184,8 +184,6 @@ struct Vehicle { int32 profit_last_year; uint32 value; - bool set_for_replacement; // marks this vehicle to be replaced - union { VehicleRail rail; VehicleAir air; |