0x00453234
| 84 | |
| 85 | // 0x00453234 |
| 86 | void update() |
| 87 | { |
| 88 | if (Game::hasFlags(GameStateFlags::tileManagerLoaded) && !SceneManager::isEditorMode()) |
| 89 | { |
| 90 | GameCommands::setUpdatingCompanyId(CompanyId::neutral); |
| 91 | for (auto& industry : industries()) |
| 92 | { |
| 93 | industry.update(); |
| 94 | } |
| 95 | } |
| 96 | } |
| 97 | |
| 98 | // 0x00453487 |
| 99 | void updateDaily() |
nothing calls this directly
no test coverage detected