projects
/
supertux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fa77698
)
When removing a slot, keep the menu in the slots' menu.
author
Ricardo Cruz
<rick2@aeiou.pt>
Thu, 29 Apr 2004 13:02:02 +0000
(13:02 +0000)
committer
Ricardo Cruz
<rick2@aeiou.pt>
Thu, 29 Apr 2004 13:02:02 +0000
(13:02 +0000)
SVN-Revision: 837
src/title.cpp
patch
|
blob
|
history
diff --git
a/src/title.cpp
b/src/title.cpp
index
26d23dc
..
b7d2d9a
100644
(file)
--- 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())
{