- fixed 'When you jump into the roof or a bonus and fall back down you collide with...
[supertux.git] / src / intro.cpp
index a994f99..991c77f 100644 (file)
 #include "intro.h"
 #include "text.h"
 
+#include "screen.h"
+
 void draw_intro()
 {
-display_text_file("intro.txt", "/images/background/arctis2.jpg");
+display_text_file("intro.txt", "/images/background/arctis.jpg", SCROLL_SPEED_MESSAGE);
 }