Background music on game over should be started up again.

Co-authored-by: sigonasr2 <sigonasr2@gmail.com>
This commit is contained in:
sigonasr2 2022-09-04 18:33:06 -05:00
parent a3da3b1d55
commit 3086e75889
2 changed files with 6 additions and 1 deletions

View File

@ -1299,8 +1299,13 @@ public:
}break;
case GAME_OVER_TERMINAL:{
if (textInd>=CONSOLE_REF_TEXT.length()) {
audioFadeOut();
//audioFadeOut();
queueBGMPlayback=false;
if (!GAME_FLAGS[gameflag::ROCKET_LAUNCH_READY]) {
playMusic(&SONG_EXPLORE);
} else {
playMusic(&SONG_DOME);
}
fadeOut();
}
}break;

Binary file not shown.