Badguys from the start of the level were not appearing. Fixed.
[supertux.git] / src / intro.cpp
index 62890b6..1937639 100644 (file)
 
 #include "intro.h"
 #include "app/globals.h"
-#include "app/defines.h"
+#include "defines.h"
 #include "video/font.h"
 #include "video/screen.h"
+#include "resources.h"
+
+using namespace SuperTux;
 
 void draw_intro()
 {
-  display_text_file("intro.txt", 1);
+  display_text_file("intro.txt", 1, white_big_text , white_text, white_small_text, blue_text );
 }