mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-29 17:38:16 +03:00
Don't play squeak twice when entering quickloadlevel
This commit is contained in:
@@ -366,7 +366,6 @@ void titleinput(KeyPoll& key, Graphics& dwgfx, mapclass& map, Game& game, entity
|
|||||||
game.mainmenu = 22;
|
game.mainmenu = 22;
|
||||||
dwgfx.fademode = 2;
|
dwgfx.fademode = 2;
|
||||||
}else{
|
}else{
|
||||||
music.playef(11, 10);
|
|
||||||
game.createmenu("quickloadlevel");
|
game.createmenu("quickloadlevel");
|
||||||
map.nexttowercolour();
|
map.nexttowercolour();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user