Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/diasurgical/devilution
/ mainmenu_play_intro
Function
mainmenu_play_intro
Source/mainmenu.cpp:159–164 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
157
158
#ifndef SPAWN
159
void mainmenu_play_intro()
160
{
161
music_stop();
162
play_movie(
"gendata\\diablo1.smk"
, TRUE);
163
mainmenu_refresh_music();
164
}
165
#endif
166
167
DEVILUTION_END_NAMESPACE
Callers
1
mainmenu_loop
Function · 0.85
Calls
3
music_stop
Function · 0.85
play_movie
Function · 0.85
mainmenu_refresh_music
Function · 0.85
Tested by
no test coverage detected