Messed up audio BGM queue flag. Fixed

Co-authored-by: sigonasr2 <sigonasr2@gmail.com>
This commit is contained in:
sigonasr2 2022-09-04 17:56:32 -05:00
parent dcd5c2f28b
commit 3cbca620ee
4 changed files with 1 additions and 1 deletions

View File

@ -1300,7 +1300,7 @@ public:
case GAME_OVER_TERMINAL:{
if (textInd>=CONSOLE_REF_TEXT.length()) {
audioFadeOut();
queueBGMPlayback=true;
queueBGMPlayback=false;
fadeOut();
}
}break;

Binary file not shown.

Binary file not shown.

BIN
src.zip

Binary file not shown.