projects
/
supertux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8416072
)
Fixed a little mistake that was making title to not be shutdown.
author
Ricardo Cruz
<rick2@aeiou.pt>
Tue, 20 Apr 2004 11:21:53 +0000
(11:21 +0000)
committer
Ricardo Cruz
<rick2@aeiou.pt>
Tue, 20 Apr 2004 11:21:53 +0000
(11:21 +0000)
SVN-Revision: 586
src/title.cpp
patch
|
blob
|
history
diff --git
a/src/title.cpp
b/src/title.cpp
index
0dfe8d6
..
e83947b
100644
(file)
--- a/
src/title.cpp
+++ b/
src/title.cpp
@@
-315,7
+315,7
@@
void title(void)
display_credits();
Menu::set_current(main_menu);
break;
- case
5
:
+ case
6
:
Menu::set_current(0);
break;
}