mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2024-12-22 17:49:43 +01:00
Don't boot user back to main menu after toggling using MMMMMM
It's a bit rude to put the user back at the main menu after toggling something. Maybe they also wanted to do something else in the menu while they're toggling MMMMMM, there's no reason to immediately put them back there.
This commit is contained in:
parent
5a9cd861ef
commit
4511ea172e
1 changed files with 0 additions and 4 deletions
|
@ -751,8 +751,6 @@ void titleinput()
|
|||
music.playef(11);
|
||||
music.play(6);
|
||||
game.savestats();
|
||||
game.createmenu("mainmenu");
|
||||
map.nexttowercolour();
|
||||
}
|
||||
if (game.currentmenuoption == 4)
|
||||
{
|
||||
|
@ -814,8 +812,6 @@ void titleinput()
|
|||
music.playef(11);
|
||||
music.play(6);
|
||||
game.savestats();
|
||||
game.createmenu("mainmenu");
|
||||
map.nexttowercolour();
|
||||
}
|
||||
if (game.currentmenuoption == 5)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue