[Super-tux-commit] supertux/src gameloop.cpp,1.88,1.89
Brought to you by:
wkendrick
From: Ricardo C. <rm...@us...> - 2004-04-20 18:47:12
|
Update of /cvsroot/super-tux/supertux/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27309/src Modified Files: gameloop.cpp Log Message: Level test mode didn't quit properly when Esc was pressed (fixed) Index: gameloop.cpp =================================================================== RCS file: /cvsroot/super-tux/supertux/src/gameloop.cpp,v retrieving revision 1.88 retrieving revision 1.89 diff -u -d -r1.88 -r1.89 --- gameloop.cpp 20 Apr 2004 18:40:40 -0000 1.88 +++ gameloop.cpp 20 Apr 2004 18:46:57 -0000 1.89 @@ -493,9 +493,6 @@ frame_ratio -= 1.0f; } overlap = frame_ratio; - - if (exit_status != NONE) - return exit_status; } else { @@ -563,7 +560,7 @@ } } } - + halt_music(); world->get_level()->free_gfx(); |