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

Function openWithCompetitor

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

0x00431908

Source from the content-addressed store, hash-verified

175
176 // 0x00431908
177 void openWithCompetitor(StringId title, StringId message, CompanyId competitorId)
178 {
179 _errorCompetitorId = competitorId;
180 createErrorWindow(title, message, false);
181 }
182
183 namespace Common
184 {

Callers 1

loc_4314EAFunction · 0.85

Calls 1

createErrorWindowFunction · 0.85

Tested by

no test coverage detected