Made the menu to get back to the main menu after the slot deleting dialog.
authorRicardo Cruz <rick2@aeiou.pt>
Sat, 15 May 2004 18:27:57 +0000 (18:27 +0000)
committerRicardo Cruz <rick2@aeiou.pt>
Sat, 15 May 2004 18:27:57 +0000 (18:27 +0000)
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

index 1425031..3841e3e 100644 (file)
@@ -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())