0x00431A8A
| 162 | |
| 163 | // 0x00431A8A |
| 164 | void open(StringId title, StringId message) |
| 165 | { |
| 166 | _errorCompetitorId = CompanyId::null; |
| 167 | createErrorWindow(title, message, false); |
| 168 | } |
| 169 | |
| 170 | void openQuiet(StringId title, StringId message) |
| 171 | { |
nothing calls this directly
no test coverage detected