From: Ricardo Cruz Date: Tue, 20 Apr 2004 11:21:53 +0000 (+0000) Subject: Fixed a little mistake that was making title to not be shutdown. X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=03affaaf7015384e540ab2a4139ef248be306492;p=supertux.git Fixed a little mistake that was making title to not be shutdown. SVN-Revision: 586 --- diff --git a/src/title.cpp b/src/title.cpp index 0dfe8d697..e83947b24 100644 --- 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; }