(svn r20404) -Codechange: remove the need for StationSpec::allocated
This commit is contained in:
@@ -48,11 +48,8 @@ typedef byte *StationLayout;
|
||||
/** Station specification. */
|
||||
struct StationSpec {
|
||||
GRFFilePropsBase grf_prop; ///< Properties related the the grf file
|
||||
|
||||
bool allocated; ///< Flag whether this station has been added to a station class list
|
||||
|
||||
StationClassID cls_id; ///< The class to which this spec belongs.
|
||||
StringID name; ///< Name of this station.
|
||||
StationClassID cls_id; ///< The class to which this spec belongs.
|
||||
StringID name; ///< Name of this station.
|
||||
|
||||
/**
|
||||
* Bitmask of number of platforms available for the station.
|
||||
|
Reference in New Issue
Block a user