MCPcopy Create free account
hub / github.com/diasurgical/DevilutionX / InitSinglePlayerMenu

Function InitSinglePlayerMenu

Source/menu.cpp:66–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64}
65
66bool InitSinglePlayerMenu()
67{
68 gbIsMultiplayer = false;
69 return InitMenu(SELHERO_NEW_DUNGEON);
70}
71
72bool InitMultiPlayerMenu()
73{

Callers 1

mainmenu_loopFunction · 0.85

Calls 1

InitMenuFunction · 0.85

Tested by

no test coverage detected