From edaf0ed5b842118173311f52a0ddb200565f8978 Mon Sep 17 00:00:00 2001 From: Ricardo Cruz Date: Sun, 2 May 2004 14:56:04 +0000 Subject: [PATCH] Only use the fade() on the debug mode. Is anyone willing to check this fading code to see what's wrong with it? SVN-Revision: 917 --- src/intro.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/intro.cpp b/src/intro.cpp index 708770b29..70a7b31c8 100644 --- a/src/intro.cpp +++ b/src/intro.cpp @@ -35,7 +35,8 @@ void draw_intro() { -fade("/images/background/arctis2.jpg", 30, false); +if(debug_mode) + fade("/images/background/arctis2.jpg", 30, false); display_text_file("intro.txt", "/images/background/arctis2.jpg", SCROLL_SPEED_MESSAGE); } -- 2.11.0