projects
/
supertux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
628bd22
)
- moved loadshared() to the right point
author
Ingo Ruhnke
<grumbel@gmx.de>
Sun, 11 Apr 2004 17:09:10 +0000
(17:09 +0000)
committer
Ingo Ruhnke
<grumbel@gmx.de>
Sun, 11 Apr 2004 17:09:10 +0000
(17:09 +0000)
SVN-Revision: 484
src/title.cpp
patch
|
blob
|
history
diff --git
a/src/title.cpp
b/src/title.cpp
index
9b1b175
..
7dd7053
100644
(file)
--- a/
src/title.cpp
+++ b/
src/title.cpp
@@
-326,8
+326,9
@@
bool title(void)
// Contrib Menu
break;
case 3:
- done =
1
;
+ done =
true
;
done = leveleditor(1);
+ Menu::set_current(main_menu);
break;
case 4:
display_credits();