| 1719 | } |
| 1720 | |
| 1721 | static void MakeShipStationAreaSmaller(Station *st) |
| 1722 | { |
| 1723 | st->ship_station = MakeStationAreaSmaller(st, st->ship_station, TileBelongsToShipStation); |
| 1724 | UpdateStationDockingTiles(st); |
| 1725 | } |
| 1726 | |
| 1727 | static bool TileBelongsToRoadWaypointStation(BaseStation *st, TileIndex tile) |
| 1728 | { |
no test coverage detected