0x004574E8
| 559 | |
| 560 | // 0x004574E8 |
| 561 | void updateProducedCargoStats() |
| 562 | { |
| 563 | for (auto& industry : industries()) |
| 564 | { |
| 565 | industry.updateProducedCargoStats(); |
| 566 | } |
| 567 | } |
| 568 | |
| 569 | // 0x00454DBE |
| 570 | IndustryId allocateNewIndustry(const uint8_t type, const World::Pos2& pos, const Core::Prng& prng, const TownId nearbyTown) |
no test coverage detected