From: Ingo Ruhnke Date: Sat, 10 Apr 2004 11:56:19 +0000 (+0000) Subject: - fixed quit X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=3f394a65302dbaa35ab33d17e128cfcbc9a4d285;p=supertux.git - fixed quit SVN-Revision: 443 --- diff --git a/src/title.cpp b/src/title.cpp index da8cdfa9a..e5d64e876 100644 --- a/src/title.cpp +++ b/src/title.cpp @@ -332,7 +332,7 @@ int title(void) case 6: display_credits(); break; - case 8: + case 7: quit = 1; break; }