Fixed regression where PLAY_INTRO = 0 caused the game to be stuck in black screen after killing Deidranna.

git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@9323 3b4a5df2-a311-0410-b5c6-a8a6f20db521
This commit is contained in:
Shadooow
2022-03-14 17:52:40 +00:00
parent 74296d396a
commit 26e0cae8e6
+1 -1
View File
@@ -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 );