From 19393e35d807a63656dcffde83a58bdcc9c34c8e Mon Sep 17 00:00:00 2001 From: Ricardo Cruz Date: Thu, 29 Apr 2004 13:02:02 +0000 Subject: [PATCH] When removing a slot, keep the menu in the slots' menu. SVN-Revision: 837 --- src/title.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()) { -- 2.11.0