1
0
mirror of https://github.com/TerryCavanagh/VVVVVV.git synced 2024-06-28 23:48:30 +02:00

Remove music.niceplay() when returning from credits6

I'm... not sure why this was here? It's absolutely not needed.

I'm guessing maybe at one point during development, there might have
been wanted a special song to be played during the credits, or no song
at all (although the function being niceplay() instead of play() seems
to support the first possibility) - but there's no need for this to be
here.
This commit is contained in:
Misa 2021-03-05 00:52:05 -08:00 committed by Ethan Lee
parent 37947814aa
commit 98bfd43887

View File

@ -1121,7 +1121,6 @@ static void menuactionpress(void)
music.playef(11);
game.returnmenu();
map.nexttowercolour();
music.niceplay(6);
break;
}
break;