(svn r20404) -Codechange: remove the need for StationSpec::allocated

This commit is contained in:
rubidium
2010-08-07 21:39:30 +00:00
parent 5be1f3f06c
commit 2b645d1b0d
3 changed files with 7 additions and 9 deletions

View File

@@ -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.