forked from mirror/OpenTTD
(svn r8539) -Fix
static
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user