Scroll nonblocking infoblock by moving half a block away.
[supertux.git] / src / object / infoblock.hpp
index 65eaf16..f67b81a 100644 (file)
@@ -45,6 +45,9 @@ protected:
   std::auto_ptr<InfoBox> infoBox;
 
   Player* get_nearest_player();
+
+private:
+  float slowdown_scroll;
 };
 
 #endif