diff --git a/src/game/intro.cpp b/src/game/intro.cpp index 0eea8c734..104b09f02 100644 --- a/src/game/intro.cpp +++ b/src/game/intro.cpp @@ -211,7 +211,9 @@ global void ShowIntro(const Intro *intro) CallbackMusicOff(); StopMusic(); - PlayFile(intro->VoiceFile1); + if( intro->VoiceFile1 ) { + PlayFile(intro->VoiceFile1); + } x=(VideoWidth-640)/2; stage=line=0;