mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2024-12-22 17:49:43 +01:00
Revert hardcoded check for track 6 when quitting to menu
This reverts commit 48313169b6
, "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.
This commit is contained in:
parent
8e5714439a
commit
d5763640a8
1 changed files with 1 additions and 3 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue