Mr. Bomb now supports custom sprites.
[supertux.git] / src / textscroller.hpp
index 604af08..b9c534c 100644 (file)
@@ -92,6 +92,7 @@ private:
   std::auto_ptr<Surface> background;
   std::vector<InfoBoxLine*> lines;
   float scroll;
+  bool fading;
 };
 
 #endif