[Super-tux-commit] supertux/src gameloop.cpp,1.160,1.161
Brought to you by:
wkendrick
From: Ricardo C. <rm...@us...> - 2004-07-27 17:54:00
|
Update of /cvsroot/super-tux/supertux/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14201/src Modified Files: gameloop.cpp Log Message: Disabled level flipping on debug mode. I guess everybody already have time to give it a try. If not, just go to the worldmap and set (flip #t) in a level. Index: gameloop.cpp =================================================================== RCS file: /cvsroot/super-tux/supertux/src/gameloop.cpp,v retrieving revision 1.160 retrieving revision 1.161 diff -u -d -r1.160 -r1.161 --- gameloop.cpp 27 Jul 2004 13:25:05 -0000 1.160 +++ gameloop.cpp 27 Jul 2004 17:53:51 -0000 1.161 @@ -77,9 +77,6 @@ context = new DrawingContext(); - if(debug_mode) - flip_level = true; - restart_level(); } |