From: Ricardo Cruz Date: Mon, 17 May 2004 10:12:19 +0000 (+0000) Subject: Fixed a crash. It was using the old name of the background image. X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=7e840296c603a9b53e11a69591bf68c25d19ca3c;p=supertux.git Fixed a crash. It was using the old name of the background image. SVN-Revision: 1235 --- 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); }