summaryrefslogtreecommitdiff
path: root/src/station_cmd.cpp
diff options
context:
space:
mode:
authortron <tron@openttd.org>2007-02-02 19:09:54 +0000
committertron <tron@openttd.org>2007-02-02 19:09:54 +0000
commitdede09363926eb0e1206c33cf19a7204e6f0bb7c (patch)
tree8d00ea5220e1df4e22abceebe79b843373d0a674 /src/station_cmd.cpp
parent059552f2d9ccdcb7bb26bc43977e7d1eb848aa1d (diff)
downloadopenttd-dede09363926eb0e1206c33cf19a7204e6f0bb7c.tar.xz
(svn r8539) -Fix
static
Diffstat (limited to 'src/station_cmd.cpp')
-rw-r--r--src/station_cmd.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/station_cmd.cpp b/src/station_cmd.cpp
index 59598b436..0a6ff2552 100644
--- a/src/station_cmd.cpp
+++ b/src/station_cmd.cpp
@@ -92,7 +92,8 @@ RoadStop* GetRoadStopByTile(TileIndex tile, RoadStop::Type type)
return rs;
}
-uint GetNumRoadStopsInStation(const Station* st, RoadStop::Type type)
+
+static uint GetNumRoadStopsInStation(const Station* st, RoadStop::Type type)
{
uint num = 0;
const RoadStop *rs;