[Super-tux-commit] supertux/src title.cpp,1.21,1.22
Brought to you by:
wkendrick
From: Ingo R. <gr...@us...> - 2004-04-10 12:10:02
|
Update of /cvsroot/super-tux/supertux/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23205 Modified Files: title.cpp Log Message: - fixed quit Index: title.cpp =================================================================== RCS file: /cvsroot/super-tux/supertux/src/title.cpp,v retrieving revision 1.21 retrieving revision 1.22 diff -u -d -r1.21 -r1.22 --- title.cpp 10 Apr 2004 11:48:16 -0000 1.21 +++ title.cpp 10 Apr 2004 11:56:19 -0000 1.22 @@ -332,7 +332,7 @@ case 6: display_credits(); break; - case 8: + case 7: quit = 1; break; } |