Codechange: Remove StationHadVehicleOfTypeByte type

This commit is contained in:
Charles Pigott
2019-04-21 23:13:27 +01:00
committed by PeterN
parent fb6ae81415
commit 119ea7a195
2 changed files with 2 additions and 3 deletions

View File

@@ -470,7 +470,7 @@ public:
BitmapTileArea catchment_tiles; ///< NOSAVE: Set of individual tiles covered by catchment area
StationHadVehicleOfTypeByte had_vehicle_of_type;
StationHadVehicleOfType had_vehicle_of_type;
byte time_since_load;
byte time_since_unload;