(svn r13830) -Feature: show additional NewGRF info in the Tile Info window for stations, houses and industries

This commit is contained in:
smatz
2008-07-25 22:37:34 +00:00
parent 9943ac2942
commit abea03fb89
8 changed files with 65 additions and 4 deletions

View File

@@ -835,7 +835,7 @@ bool DrawStationTile(int x, int y, RailType railtype, Axis axis, StationClassID
}
static const StationSpec* GetStationSpec(TileIndex t)
const StationSpec *GetStationSpec(TileIndex t)
{
const Station* st;
uint specindex;