Text wrapping in TextScroller, InfoBox and InfoBlock respects variable-width fonts.
[supertux.git] / src / object / camera.hpp
index 8a897a5..d5ca2d0 100644 (file)
@@ -108,6 +108,7 @@ private:
   // normal mode
   LookaheadMode lookahead_mode;
   float changetime;
+  float lookahead_pos;
 
   // autoscroll mode
   std::auto_ptr<Path> autoscroll_path;