projects
/
supertux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
01da3d4
)
- fixed missing menu on level editor exit
author
Ingo Ruhnke
<grumbel@gmx.de>
Sun, 11 Apr 2004 17:10:48 +0000
(17:10 +0000)
committer
Ingo Ruhnke
<grumbel@gmx.de>
Sun, 11 Apr 2004 17:10:48 +0000
(17:10 +0000)
SVN-Revision: 485
src/title.cpp
patch
|
blob
|
history
diff --git
a/src/title.cpp
b/src/title.cpp
index
7dd7053
..
39f55a2
100644
(file)
--- a/
src/title.cpp
+++ b/
src/title.cpp
@@
-328,6
+328,8
@@
bool title(void)
case 3:
done = true;
done = leveleditor(1);
+ menu_reset();
+ show_menu = 1;
Menu::set_current(main_menu);
break;
case 4: