[Super-tux-commit] supertux/src title.cpp,1.83,1.84
Brought to you by:
wkendrick
From: Ricardo C. <rm...@us...> - 2004-05-15 18:28:07
|
Update of /cvsroot/super-tux/supertux/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12533/src Modified Files: title.cpp Log Message: 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... Index: title.cpp =================================================================== RCS file: /cvsroot/super-tux/supertux/src/title.cpp,v retrieving revision 1.83 retrieving revision 1.84 diff -u -d -r1.83 -r1.84 --- title.cpp 14 May 2004 21:49:30 -0000 1.83 +++ title.cpp 15 May 2004 18:27:57 -0000 1.84 @@ -335,6 +335,7 @@ } update_load_save_game_menu(load_game_menu); + Menu::set_current(main_menu); update_time = st_get_ticks(); } else if (process_load_game_menu()) |