0x00459D2D
| 524 | |
| 525 | // 0x00459D2D |
| 526 | void createAllMapAnimations() |
| 527 | { |
| 528 | if (!Game::hasFlags(GameStateFlags::tileManagerLoaded)) |
| 529 | { |
| 530 | return; |
| 531 | } |
| 532 | |
| 533 | for (auto& industry : industries()) |
| 534 | { |
| 535 | industry.createMapAnimations(); |
| 536 | } |
| 537 | } |
| 538 | |
| 539 | // 0x048FE92 |
| 540 | bool industryNearPosition(const World::Pos2& position, IndustryObjectFlags flags) |
no test coverage detected