(svn r16947) -Codechange: use TileArea instead of train_tile, trainst_w and trainst_h.
This commit is contained in:
@@ -83,11 +83,11 @@ public:
|
||||
return GetAirport(airport_type);
|
||||
}
|
||||
|
||||
RoadStop *bus_stops;
|
||||
RoadStop *truck_stops;
|
||||
TileIndex train_tile;
|
||||
TileIndex airport_tile;
|
||||
TileIndex dock_tile;
|
||||
RoadStop *bus_stops; ///< All the road stops
|
||||
RoadStop *truck_stops; ///< All the truck stops
|
||||
TileArea train_station; ///< Tile area the train station part covers
|
||||
TileIndex airport_tile; ///< The location of the airport
|
||||
TileIndex dock_tile; ///< The location of the dock
|
||||
|
||||
IndustryType indtype; ///< Industry type to get the name from
|
||||
|
||||
@@ -97,9 +97,6 @@ public:
|
||||
byte time_since_unload;
|
||||
byte airport_type;
|
||||
|
||||
/* trainstation width/height */
|
||||
byte trainst_w, trainst_h;
|
||||
|
||||
uint64 airport_flags; ///< stores which blocks on the airport are taken. was 16 bit earlier on, then 32
|
||||
|
||||
byte last_vehicle_type;
|
||||
|
Reference in New Issue
Block a user