From 2d3ee123af3c41faf9870abfc8d579c97cc50f2f Mon Sep 17 00:00:00 2001 From: rubidium Date: Sat, 7 Aug 2010 21:10:57 +0000 Subject: (svn r20402) -Codechange: rename the airport/station class id to something slightly more generic --- src/station_cmd.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/station_cmd.cpp') diff --git a/src/station_cmd.cpp b/src/station_cmd.cpp index 28fe6ce74..25e456062 100644 --- a/src/station_cmd.cpp +++ b/src/station_cmd.cpp @@ -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) { -- cgit v1.2.3-54-g00ecf