From 15ae077a69395dce294a4b3e1b8b22716069b050 Mon Sep 17 00:00:00 2001 From: Ricardo Cruz Date: Sat, 15 May 2004 18:27:57 +0000 Subject: [PATCH] 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 --- src/title.cpp | 1 + 1 file changed, 1 insertion(+) 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()) -- 2.11.0