Just reduced fading time when slot is chosen.
authorRicardo Cruz <rick2@aeiou.pt>
Fri, 28 May 2004 18:35:20 +0000 (18:35 +0000)
committerRicardo Cruz <rick2@aeiou.pt>
Fri, 28 May 2004 18:35:20 +0000 (18:35 +0000)
SVN-Revision: 1351

src/setup.cpp

index 82c34c9..4b9d283 100644 (file)
@@ -505,7 +505,7 @@ bool process_load_game_menu()
           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;