mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2024-12-22 17:49:43 +01:00
Don't play squeak twice when entering quickloadlevel
This commit is contained in:
parent
88f90f50a8
commit
14ba07f22c
1 changed files with 0 additions and 1 deletions
|
@ -366,7 +366,6 @@ void titleinput(KeyPoll& key, Graphics& dwgfx, mapclass& map, Game& game, entity
|
|||
game.mainmenu = 22;
|
||||
dwgfx.fademode = 2;
|
||||
}else{
|
||||
music.playef(11, 10);
|
||||
game.createmenu("quickloadlevel");
|
||||
map.nexttowercolour();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue