From d5763640a866c4160e64f8a1f7f17a610a003477 Mon Sep 17 00:00:00 2001 From: Misa Date: Sun, 3 Jan 2021 22:17:31 -0800 Subject: [PATCH] Revert hardcoded check for track 6 when quitting to menu This reverts commit 48313169b68f8ef8e6f83f29830b789061219ffd, "Don't fade music out when returning to the menu if it's Presenting VVVVVV". This commit is being reverted because it is only a single-case patch - that is, it fixes only a single symptom of the bug, and not its underlying cause. --- desktop_version/src/Input.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/desktop_version/src/Input.cpp b/desktop_version/src/Input.cpp index 69a32bee..b3d04487 100644 --- a/desktop_version/src/Input.cpp +++ b/desktop_version/src/Input.cpp @@ -2319,9 +2319,7 @@ void mapmenuactionpress() //This fixes an apparent frame flicker. FillRect(graphics.tempBuffer, 0x000000); graphics.fademode = 2; - if (music.currentsong != 6) { - music.fadeout(); - } + music.fadeout(); map.nexttowercolour(); if (!game.glitchrunnermode) {