src/newgrf_station.cpp
changeset 9714 5d785e184f2d
parent 9662 d21460a10105
child 9726 7cc08b5b0787
--- a/src/newgrf_station.cpp	Fri Jul 25 19:50:40 2008 +0000
+++ b/src/newgrf_station.cpp	Fri Jul 25 22:37:34 2008 +0000
@@ -835,7 +835,7 @@
 }
 
 
-static const StationSpec* GetStationSpec(TileIndex t)
+const StationSpec *GetStationSpec(TileIndex t)
 {
 	const Station* st;
 	uint specindex;