MCPcopy Create free account
hub / github.com/diasurgical/devilution / mainmenu_single_player

Function mainmenu_single_player

Source/mainmenu.cpp:130–134  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

128}
129
130BOOL mainmenu_single_player()
131{
132 gbMaxPlayers = 1;
133 return mainmenu_init_menu(SELHERO_NEW_DUNGEON);
134}
135
136BOOL mainmenu_init_menu(int type)
137{

Callers 1

mainmenu_loopFunction · 0.85

Calls 1

mainmenu_init_menuFunction · 0.85

Tested by

no test coverage detected