MCPcopy Create free account
hub / github.com/diasurgical/devilution / diablo_splash

Function diablo_splash

Source/diablo.cpp:279–292  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

277}
278
279void diablo_splash()
280{
281 if (!showintrodebug)
282 return;
283
284 play_movie("gendata\\logo.smk", TRUE);
285#ifndef SPAWN
286 if (getIniBool("Diablo", "Intro", true)) {
287 play_movie("gendata\\diablo1.smk", TRUE);
288 setIniValue("Diablo", "Intro", "0");
289 }
290#endif
291 UiTitleDialog();
292}
293
294int DiabloMain(int argc, char **argv)
295{

Callers 1

DiabloMainFunction · 0.85

Calls 4

play_movieFunction · 0.85
getIniBoolFunction · 0.85
setIniValueFunction · 0.85
UiTitleDialogFunction · 0.85

Tested by

no test coverage detected