[Super-tux-commit] supertux/src title.cpp,1.50,1.51
Brought to you by:
wkendrick
From: Ricardo C. <rm...@us...> - 2004-04-20 11:22:04
|
Update of /cvsroot/super-tux/supertux/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2188/src Modified Files: title.cpp Log Message: Fixed a little mistake that was making title to not be shutdown. Index: title.cpp =================================================================== RCS file: /cvsroot/super-tux/supertux/src/title.cpp,v retrieving revision 1.50 retrieving revision 1.51 diff -u -d -r1.50 -r1.51 --- title.cpp 20 Apr 2004 11:09:34 -0000 1.50 +++ title.cpp 20 Apr 2004 11:21:53 -0000 1.51 @@ -315,7 +315,7 @@ display_credits(); Menu::set_current(main_menu); break; - case 5: + case 6: Menu::set_current(0); break; } |