Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
130
BOOL mainmenu_single_player()
131
{
132
gbMaxPlayers = 1;
133
return mainmenu_init_menu(SELHERO_NEW_DUNGEON);
134
}
135
136
BOOL mainmenu_init_menu(int type)
137
{
Callers
1
mainmenu_loop
Function · 0.85
Calls
1
mainmenu_init_menu
Function · 0.85
Tested by
no test coverage detected