Fixed a crash. It was using the old name of the background image.
authorRicardo Cruz <rick2@aeiou.pt>
Mon, 17 May 2004 10:12:19 +0000 (10:12 +0000)
committerRicardo Cruz <rick2@aeiou.pt>
Mon, 17 May 2004 10:12:19 +0000 (10:12 +0000)
SVN-Revision: 1235

src/intro.cpp

index 70a7b31..ea4283a 100644 (file)
@@ -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);
 }