(svn r3365) Staticise 36 functions
This commit is contained in:
@@ -118,7 +118,7 @@ RoadStop* GetRoadStopByTile(TileIndex tile, RoadStopType type)
|
||||
return rs;
|
||||
}
|
||||
|
||||
uint GetNumRoadStops(const Station *st, RoadStopType type)
|
||||
static uint GetNumRoadStops(const Station* st, RoadStopType type)
|
||||
{
|
||||
uint num = 0;
|
||||
const RoadStop *rs;
|
||||
|
||||
Reference in New Issue
Block a user