diff --git a/Intro.cpp b/Intro.cpp index 4fc72fe5..60d47ed8 100644 --- a/Intro.cpp +++ b/Intro.cpp @@ -393,7 +393,7 @@ Test = 0; SetMusicMode( MUSIC_NONE ); // WANNE: No we have an INI option for the choise if the intro should be played - if (!iPlayIntro) + if (!iPlayIntro && gbIntroScreenMode != INTRO_ENDING) { PrepareToExitIntroScreen(); return( TRUE );