Don't fade music out when returning to the menu if it's Presenting VVVVVV

Otherwise, the Presenting VVVVVV for the menu wouldn't play at all.
This commit is contained in:
AllyTally 2020-08-13 10:39:15 -03:00 committed by Ethan Lee
parent d865c37951
commit 48313169b6
1 changed files with 3 additions and 1 deletions

View File

@ -2310,7 +2310,9 @@ void mapmenuactionpress()
//This fixes an apparent frame flicker.
FillRect(graphics.tempBuffer, 0x000000);
graphics.fademode = 2;
music.fadeout();
if (music.currentsong != 6) {
music.fadeout();
}
map.nexttowercolour();
if (!game.glitchrunnermode)
{