summaryrefslogtreecommitdiff
path: root/src/newgrf_station.cpp
diff options
context:
space:
mode:
authorsmatz <smatz@openttd.org>2008-07-25 22:37:34 +0000
committersmatz <smatz@openttd.org>2008-07-25 22:37:34 +0000
commit05c2a8eba4d3a7e703235cad3eeb7f585faae59d (patch)
tree1a6093e36d4bb9122b5adce8c2e74ff3fc512aa2 /src/newgrf_station.cpp
parentce7585101d58c617da5df7ebcbd76ab3ae64744f (diff)
downloadopenttd-05c2a8eba4d3a7e703235cad3eeb7f585faae59d.tar.xz
(svn r13830) -Feature: show additional NewGRF info in the Tile Info window for stations, houses and industries
Diffstat (limited to 'src/newgrf_station.cpp')
-rw-r--r--src/newgrf_station.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/newgrf_station.cpp b/src/newgrf_station.cpp
index 6a978ac63..52a8c344a 100644
--- a/src/newgrf_station.cpp
+++ b/src/newgrf_station.cpp
@@ -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;