| 614 | } |
| 615 | |
| 616 | bool isWithinCatchmentDisplay(const World::Pos2 pos) |
| 617 | { |
| 618 | const auto tilePos = World::toTileSpace(pos); |
| 619 | return _cargoMap.mapHas1(tilePos.x, tilePos.y); |
| 620 | } |
| 621 | |
| 622 | // 0x0049B4E0 |
| 623 | void Station::deliverCargoToTown(uint8_t cargoType, uint16_t cargoQuantity) |
no test coverage detected