0x00453487
| 97 | |
| 98 | // 0x00453487 |
| 99 | void updateDaily() |
| 100 | { |
| 101 | if (Game::hasFlags(GameStateFlags::tileManagerLoaded)) |
| 102 | { |
| 103 | GameCommands::setUpdatingCompanyId(CompanyId::neutral); |
| 104 | for (auto& industry : industries()) |
| 105 | { |
| 106 | industry.updateDaily(); |
| 107 | } |
| 108 | } |
| 109 | } |
| 110 | |
| 111 | // 0x0047EA42 |
| 112 | uint8_t getMostCommonBuildingCargoType() |
nothing calls this directly
no test coverage detected