[Super-tux-commit] supertux/src setup.cpp,1.85,1.86
Brought to you by:
wkendrick
From: Ricardo C. <rm...@us...> - 2004-05-28 18:35:36
|
Update of /cvsroot/super-tux/supertux/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17280/src Modified Files: setup.cpp Log Message: Just reduced fading time when slot is chosen. Index: setup.cpp =================================================================== RCS file: /cvsroot/super-tux/supertux/src/setup.cpp,v retrieving revision 1.85 retrieving revision 1.86 diff -u -d -r1.85 -r1.86 --- setup.cpp 28 May 2004 18:32:58 -0000 1.85 +++ setup.cpp 28 May 2004 18:35:20 -0000 1.86 @@ -505,7 +505,7 @@ draw_intro(); } - shrink_fade(Point((screen->w/2),(screen->h/2)), 2000); + shrink_fade(Point((screen->w/2),(screen->h/2)), 1000); fadeout(); WorldMapNS::WorldMap worldmap; |