From 48313169b68f8ef8e6f83f29830b789061219ffd Mon Sep 17 00:00:00 2001 From: AllyTally Date: Thu, 13 Aug 2020 10:39:15 -0300 Subject: [PATCH] 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. --- desktop_version/src/Input.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/desktop_version/src/Input.cpp b/desktop_version/src/Input.cpp index 22637caa..93cf07a9 100644 --- a/desktop_version/src/Input.cpp +++ b/desktop_version/src/Input.cpp @@ -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) {