projects
/
supertux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
66ebf6a
)
Just reduced fading time when slot is chosen.
author
Ricardo Cruz
<rick2@aeiou.pt>
Fri, 28 May 2004 18:35:20 +0000
(18:35 +0000)
committer
Ricardo Cruz
<rick2@aeiou.pt>
Fri, 28 May 2004 18:35:20 +0000
(18:35 +0000)
SVN-Revision: 1351
src/setup.cpp
patch
|
blob
|
history
diff --git
a/src/setup.cpp
b/src/setup.cpp
index
82c34c9
..
4b9d283
100644
(file)
--- a/
src/setup.cpp
+++ b/
src/setup.cpp
@@
-505,7
+505,7
@@
bool process_load_game_menu()
draw_intro();
}
- shrink_fade(Point((screen->w/2),(screen->h/2)),
2
000);
+ shrink_fade(Point((screen->w/2),(screen->h/2)),
1
000);
fadeout();
WorldMapNS::WorldMap worldmap;