|
|
|
@ -165,7 +165,11 @@ BOOL mainmenu_multi_player() |
|
|
|
void mainmenu_play_intro() |
|
|
|
void mainmenu_play_intro() |
|
|
|
{ |
|
|
|
{ |
|
|
|
music_stop(); |
|
|
|
music_stop(); |
|
|
|
|
|
|
|
#ifdef HELLFIRE |
|
|
|
|
|
|
|
play_movie("gendata\\Hellfire.smk", TRUE); |
|
|
|
|
|
|
|
#else |
|
|
|
play_movie("gendata\\diablo1.smk", TRUE); |
|
|
|
play_movie("gendata\\diablo1.smk", TRUE); |
|
|
|
|
|
|
|
#endif |
|
|
|
mainmenu_refresh_music(); |
|
|
|
mainmenu_refresh_music(); |
|
|
|
} |
|
|
|
} |
|
|
|
#endif |
|
|
|
#endif |
|
|
|
|