projects
/
supertux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6d80aa1
)
Made the menu to get back to the main menu after the slot deleting dialog.
author
Ricardo Cruz
<rick2@aeiou.pt>
Sat, 15 May 2004 18:27:57 +0000
(18:27 +0000)
committer
Ricardo 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
patch
|
blob
|
history
diff --git
a/src/title.cpp
b/src/title.cpp
index
1425031
..
3841e3e
100644
(file)
--- 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())