MCPcopy Create free account
hub / github.com/OpenTTD/OpenTTD / MakeShipStationAreaSmaller

Function MakeShipStationAreaSmaller

src/station_cmd.cpp:1721–1725  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

RemoveDockFunction · 0.85

Calls 2

MakeStationAreaSmallerFunction · 0.85

Tested by

no test coverage detected