projects
/
supertux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
42aa453
)
Fade on credits.
author
Ricardo Cruz
<rick2@aeiou.pt>
Thu, 21 Oct 2004 22:05:08 +0000
(22:05 +0000)
committer
Ricardo Cruz
<rick2@aeiou.pt>
Thu, 21 Oct 2004 22:05:08 +0000
(22:05 +0000)
SVN-Revision: 2050
src/title.cpp
patch
|
blob
|
history
diff --git
a/src/title.cpp
b/src/title.cpp
index
a821de8
..
224a347
100644
(file)
--- a/
src/title.cpp
+++ b/
src/title.cpp
@@
-404,7
+404,9
@@
void title(void)
resume_demo();
break;
case MNID_CREDITS:
+ fadeout(500);
display_text_file("CREDITS", SCROLL_SPEED_CREDITS, white_big_text , white_text, white_small_text, blue_text );
+ fadeout(500);
Menu::set_current(main_menu);
break;
case MNID_QUITMAINMENU: