From: Ricardo Cruz Date: Sat, 15 May 2004 18:27:57 +0000 (+0000) Subject: Made the menu to get back to the main menu after the slot deleting dialog. X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;ds=sidebyside;h=15ae077a69395dce294a4b3e1b8b22716069b050;p=supertux.git Made the menu to get back to the main menu after the slot deleting dialog. I would prefer it would get back to the load menu, but at least this is better than exiting the game... SVN-Revision: 1199 --- diff --git a/src/title.cpp b/src/title.cpp index 1425031ae..3841e3eec 100644 --- a/src/title.cpp +++ b/src/title.cpp @@ -335,6 +335,7 @@ void title(void) } update_load_save_game_menu(load_game_menu); + Menu::set_current(main_menu); update_time = st_get_ticks(); } else if (process_load_game_menu())