mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-29 17:38:16 +03: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:
@@ -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)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user