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

Function sub_43918F

src/OpenLoco/src/Ui/Windows/TitleMenu.cpp:410–419  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

408 }
409
410 static void sub_43918F(const char* string)
411 {
412 // Identical to processChatMessage
413 GameCommands::setErrorTitle(StringIds::empty);
414
415 for (int i = 0; i < 32; i++)
416 {
417 GameCommands::do_71(i, &string[i * 16]);
418 }
419 }
420
421 static void sub_4391CC(int16_t itemIndex)
422 {

Callers 1

onTextInputFunction · 0.85

Calls 2

setErrorTitleFunction · 0.85
do_71Function · 0.85

Tested by

no test coverage detected