mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-29 17:38:16 +03: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:
@@ -1121,7 +1121,6 @@ static void menuactionpress(void)
|
|||||||
music.playef(11);
|
music.playef(11);
|
||||||
game.returnmenu();
|
game.returnmenu();
|
||||||
map.nexttowercolour();
|
map.nexttowercolour();
|
||||||
music.niceplay(6);
|
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
|||||||
Reference in New Issue
Block a user