MCPcopy 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
159void mainmenu_play_intro()
160{
161 music_stop();
162 play_movie("gendata\\diablo1.smk", TRUE);
163 mainmenu_refresh_music();
164}
165#endif
166
167DEVILUTION_END_NAMESPACE

Callers 1

mainmenu_loopFunction · 0.85

Calls 3

music_stopFunction · 0.85
play_movieFunction · 0.85
mainmenu_refresh_musicFunction · 0.85

Tested by

no test coverage detected