From: Ingo Ruhnke Date: Sun, 11 Apr 2004 17:09:10 +0000 (+0000) Subject: - moved loadshared() to the right point X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=01da3d4cdfbe9d9c717b41d49740bfb8073c5a54;p=supertux.git - moved loadshared() to the right point SVN-Revision: 484 --- diff --git a/src/title.cpp b/src/title.cpp index 9b1b175a7..7dd70530c 100644 --- 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();