From 4511ea172e156354fb838a24bb0dd129d48cade7 Mon Sep 17 00:00:00 2001 From: Misa Date: Mon, 6 Apr 2020 12:34:49 -0700 Subject: [PATCH] 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. --- desktop_version/src/Input.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/desktop_version/src/Input.cpp b/desktop_version/src/Input.cpp index 6bf5a503..ea961439 100644 --- a/desktop_version/src/Input.cpp +++ b/desktop_version/src/Input.cpp @@ -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) {