From: Ricardo Cruz Date: Thu, 29 Apr 2004 13:02:02 +0000 (+0000) Subject: When removing a slot, keep the menu in the slots' menu. X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=19393e35d807a63656dcffde83a58bdcc9c34c8e;p=supertux.git When removing a slot, keep the menu in the slots' menu. SVN-Revision: 837 --- diff --git a/src/title.cpp b/src/title.cpp index 26d23dc61..b7d2d9a26 100644 --- a/src/title.cpp +++ b/src/title.cpp @@ -354,7 +354,7 @@ void title(void) } update_time = st_get_ticks(); - Menu::set_current(main_menu); + Menu::set_current(load_game_menu); } else if (process_load_game_menu()) {