0x004CD3D0
| 895 | |
| 896 | // 0x004CD3D0 |
| 897 | void dispatchUpdateAll() |
| 898 | { |
| 899 | GameCommands::setUpdatingCompanyId(CompanyManager::getControllingId()); |
| 900 | |
| 901 | std::for_each(_windows.rbegin(), _windows.rend(), [](auto& w) { |
| 902 | w.callUpdate(); |
| 903 | }); |
| 904 | |
| 905 | Ui::Windows::TextInput::sub_4CE6FF(); |
| 906 | Ui::Windows::MapToolTip::open(); |
| 907 | } |
| 908 | |
| 909 | // 0x004CC6EA |
| 910 | void close(Window* window) |
no test coverage detected