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

Don't play squeak twice when entering quickloadlevel

This commit is contained in:
Info Teddy 2020-01-19 19:45:35 -08:00
parent 916f182ce6
commit 216979f144

View File

@ -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();
}