From 471a103fa9dea5ca4d859eb480877bddc352a959 Mon Sep 17 00:00:00 2001 From: Ricardo Cruz Date: Thu, 21 Oct 2004 22:05:08 +0000 Subject: [PATCH] Fade on credits. SVN-Revision: 2050 --- src/title.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/title.cpp b/src/title.cpp index a821de88c..224a34795 100644 --- 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: -- 2.11.0