1
0
Fork 0

(svn r8539) -Fix

static
release/0.6
tron 2007-02-02 19:09:54 +00:00
parent e0a46a08e9
commit 4216c10eb1
1 changed files with 2 additions and 1 deletions

View File

@ -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;