File diff r2816:3dd6634c2a23 → r2817:7ad46034031f
station_cmd.c
Show inline comments
 
@@ -118,7 +118,7 @@ RoadStop* GetRoadStopByTile(TileIndex ti
 
	return rs;
 
}
 

	
 
uint GetNumRoadStops(const Station *st, RoadStopType type)
 
static uint GetNumRoadStops(const Station* st, RoadStopType type)
 
{
 
	uint num = 0;
 
	const RoadStop *rs;