(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

@@ -2801,7 +2801,7 @@ static void GetTileDesc_Station(TileIndex tile, TileDesc *td)
const StationSpec *spec = GetStationSpec(tile);
if (spec != NULL) {
td->station_class = GetStationClassName(spec->sclass);
td->station_class = GetStationClassName(spec->cls_id);
td->station_name = spec->name;
if (spec->grf_prop.grffile != NULL) {