[Super-tux-commit] supertux/src supertux.cpp,1.20,1.21
Brought to you by:
wkendrick
From: Ryan F. <sik...@us...> - 2004-06-09 03:43:12
|
Update of /cvsroot/super-tux/supertux/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28041/src Modified Files: supertux.cpp Log Message: - removed SDL_Flip() line.. was causing a crash on exit Index: supertux.cpp =================================================================== RCS file: /cvsroot/super-tux/supertux/src/supertux.cpp,v retrieving revision 1.20 retrieving revision 1.21 diff -u -d -r1.20 -r1.21 --- supertux.cpp 2 Jun 2004 23:00:26 -0000 1.20 +++ supertux.cpp 9 Jun 2004 03:43:03 -0000 1.21 @@ -75,7 +75,7 @@ } SDL_FillRect(screen, 0, 0); - SDL_Flip(screen); + //SDL_Flip(screen); unloadshared(); st_general_free(); |