mirror of https://github.com/OpenTTD/OpenTTD
parent
e0a46a08e9
commit
4216c10eb1
|
@ -92,7 +92,8 @@ RoadStop* GetRoadStopByTile(TileIndex tile, RoadStop::Type type)
|
||||||
return rs;
|
return rs;
|
||||||
}
|
}
|
||||||
|
|
||||||
uint GetNumRoadStopsInStation(const Station* st, RoadStop::Type type)
|
|
||||||
|
static uint GetNumRoadStopsInStation(const Station* st, RoadStop::Type type)
|
||||||
{
|
{
|
||||||
uint num = 0;
|
uint num = 0;
|
||||||
const RoadStop *rs;
|
const RoadStop *rs;
|
||||||
|
|
Loading…
Reference in New Issue