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

Function PlayIntro

Source/menu.cpp:78–86  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76}
77
78void PlayIntro()
79{
80 music_stop();
81 if (gbIsHellfire)
82 play_movie("gendata\\Hellfire.smk", true);
83 else
84 play_movie("gendata\\diablo1.smk", true);
85 RefreshMusic();
86}
87
88bool DummyGetHeroInfo(_uiheroinfo * /*pInfo*/)
89{

Callers 1

mainmenu_loopFunction · 0.85

Calls 3

play_movieFunction · 0.85
RefreshMusicFunction · 0.85
music_stopFunction · 0.50

Tested by

no test coverage detected