The right (source) data directory should now be found whether you use libtool to...
[supertux.git] / lib / video / screen.cpp
index 70b1d5b..41245ee 100644 (file)
 #include <ctype.h>
 #endif
 
-#include "video/screen.h"
-#include "app/globals.h"
-#include "video/drawing_context.h"
-#include "special/base.h"
-#include "math/vector.h"
+#include "../video/screen.h"
+#include "../app/globals.h"
+#include "../video/drawing_context.h"
+#include "../special/base.h"
+#include "../math/vector.h"
 
 using namespace SuperTux;
 
@@ -264,11 +264,7 @@ void SuperTux::fadeout(int fade_time)
     }
 
   fillrect(0, 0, screen->w, screen->h, 0, 0, 0, 255);
-  
-  DrawingContext context;
-  context.draw_text_center(white_text, "Loading...",
-      Vector(0, screen->h/2), LAYER_FOREGROUND1);
-  context.do_drawing();
+
 }
 
 void SuperTux::shrink_fade(const Vector& point, int fade_time)