[Super-tux-commit] supertux/src setup.cpp,1.88,1.89
Brought to you by:
wkendrick
From: Ricardo C. <rm...@us...> - 2004-05-31 14:08:23
|
Update of /cvsroot/super-tux/supertux/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9074/src Modified Files: setup.cpp Log Message: Do a black fade-in when selecting slot. To make it really looking good, we would had to have access to the screen. Dunno how we can do this with OpenGL. Index: setup.cpp =================================================================== RCS file: /cvsroot/super-tux/supertux/src/setup.cpp,v retrieving revision 1.88 retrieving revision 1.89 diff -u -d -r1.88 -r1.89 --- setup.cpp 31 May 2004 13:43:30 -0000 1.88 +++ setup.cpp 31 May 2004 14:08:11 -0000 1.89 @@ -508,7 +508,7 @@ } // shrink_fade(Point((screen->w/2),(screen->h/2)), 1000); - fadeout(); + fadeout(200); WorldMapNS::WorldMap worldmap; // Load the game or at least set the savegame_file variable |