MCPcopy Create free account
hub / github.com/OpenLoco/OpenLoco / open

Function open

src/OpenLoco/src/Ui/Windows/Error.cpp:164–168  ·  view source on GitHub ↗

0x00431A8A

Source from the content-addressed store, hash-verified

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 {

Callers

nothing calls this directly

Calls 1

createErrorWindowFunction · 0.85

Tested by

no test coverage detected