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

Function sub_4391CC

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

Source from the content-addressed store, hash-verified

419 }
420
421 static void sub_4391CC(int16_t itemIndex)
422 {
423 // DROPDOWN_ITEM_UNDEFINED
424 if (itemIndex == -1)
425 {
426 return;
427 }
428
429 OpenLoco::Tutorial::start(itemIndex);
430 }
431
432 static void sub_4391DA()
433 {

Callers 1

onDropdownFunction · 0.85

Calls 1

startFunction · 0.50

Tested by

no test coverage detected