- fixed 'When you jump into the roof or a bonus and fall back down you collide with...
[supertux.git] / src / intro.cpp
index 708770b..991c77f 100644 (file)
@@ -35,7 +35,6 @@
 
 void draw_intro()
 {
-fade("/images/background/arctis2.jpg", 30, false);
-display_text_file("intro.txt", "/images/background/arctis2.jpg", SCROLL_SPEED_MESSAGE);
+display_text_file("intro.txt", "/images/background/arctis.jpg", SCROLL_SPEED_MESSAGE);
 }