Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
66
bool InitSinglePlayerMenu()
67
{
68
gbIsMultiplayer = false;
69
return InitMenu(SELHERO_NEW_DUNGEON);
70
}
71
72
bool InitMultiPlayerMenu()
73
{
Callers
1
mainmenu_loop
Function · 0.85
Calls
1
InitMenu
Function · 0.85
Tested by
no test coverage detected