generated from sigonasr2/CPlusPlusProjectTemplate
Background music on game over should be started up again.
Co-authored-by: sigonasr2 <sigonasr2@gmail.com>
This commit is contained in:
parent
a3da3b1d55
commit
3086e75889
@ -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.
Loading…
x
Reference in New Issue
Block a user