(svn r20402) -Codechange: rename the airport/station class id to something slightly more generic

This commit is contained in:
rubidium
2010-08-07 21:10:57 +00:00
parent 6d6939f844
commit 2d3ee123af
7 changed files with 13 additions and 13 deletions

View File

@@ -51,8 +51,8 @@ struct StationSpec {
bool allocated; ///< Flag whether this station has been added to a station class list
StationClassID sclass; ///< 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.