mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2024-12-22 17:49:43 +01: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:
parent
ef46dadb68
commit
e9eeaa4186
1 changed files with 0 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue