1
0
Fork 0
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:
Misa 2020-04-06 12:34:49 -07:00 committed by Ethan Lee
parent 5a9cd861ef
commit 4511ea172e

View file

@ -751,8 +751,6 @@ void titleinput()
music.playef(11); music.playef(11);
music.play(6); music.play(6);
game.savestats(); game.savestats();
game.createmenu("mainmenu");
map.nexttowercolour();
} }
if (game.currentmenuoption == 4) if (game.currentmenuoption == 4)
{ {
@ -814,8 +812,6 @@ void titleinput()
music.playef(11); music.playef(11);
music.play(6); music.play(6);
game.savestats(); game.savestats();
game.createmenu("mainmenu");
map.nexttowercolour();
} }
if (game.currentmenuoption == 5) if (game.currentmenuoption == 5)
{ {