X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Ftextscroller.hpp;h=ad7f3979024cf8fc5757156839f167b368796804;hb=7504b8ef1155259916f0e38eeb74a6024bb1d85b;hp=604af08941aee0f306ee8b38decab29f66f3f510;hpb=2536976bee590a6028443c6fe6032ca00450866f;p=supertux.git diff --git a/src/textscroller.hpp b/src/textscroller.hpp index 604af0894..ad7f39790 100644 --- a/src/textscroller.hpp +++ b/src/textscroller.hpp @@ -41,7 +41,7 @@ private: LineType lineType; Font* font; std::string text; - Surface* image; + Surface* image; public: InfoBoxLine(char format_char, const std::string& text); @@ -66,7 +66,7 @@ public: void scrollup(); void pagedown(); void pageup(); - + private: size_t firstline; std::vector lines; @@ -92,7 +92,7 @@ private: std::auto_ptr background; std::vector lines; float scroll; + bool fading; }; #endif -