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

Remove unneeded play()s in intermission menu

For some reason these were here, but they don't do anything, because the
music here should be playing Presenting VVVVVV already.
This commit is contained in:
Misa 2023-05-23 17:57:29 -07:00
parent ef46dadb68
commit e9eeaa4186

View File

@ -1972,13 +1972,11 @@ static void menuactionpress(void)
{
case 0:
music.playef(11);
music.play(6);
game.createmenu(Menu::playint1);
map.nexttowercolour();
break;
case 1:
music.playef(11);
music.play(6);
game.createmenu(Menu::playint2);
map.nexttowercolour();
break;