From 7e840296c603a9b53e11a69591bf68c25d19ca3c Mon Sep 17 00:00:00 2001 From: Ricardo Cruz Date: Mon, 17 May 2004 10:12:19 +0000 Subject: [PATCH] Fixed a crash. It was using the old name of the background image. SVN-Revision: 1235 --- src/intro.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/intro.cpp b/src/intro.cpp index 70a7b31c8..ea4283a8b 100644 --- a/src/intro.cpp +++ b/src/intro.cpp @@ -36,7 +36,7 @@ void draw_intro() { if(debug_mode) - fade("/images/background/arctis2.jpg", 30, false); -display_text_file("intro.txt", "/images/background/arctis2.jpg", SCROLL_SPEED_MESSAGE); + fade("/images/background/arctis.jpg", 30, false); +display_text_file("intro.txt", "/images/background/arctis.jpg", SCROLL_SPEED_MESSAGE); } -- 2.11.0