X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fobject%2Finfoblock.hpp;h=f67b81a290eb1b28c0be8364ad319399aabbfe8b;hb=437271e241e198dc05dfff8d3bcb2c2d8c33fde3;hp=65eaf16a6567943a7e82bd0cdfa1b5dcc1d03057;hpb=9e996e1eaca344660c9fed91abf44566a4cbe8d5;p=supertux.git diff --git a/src/object/infoblock.hpp b/src/object/infoblock.hpp index 65eaf16a6..f67b81a29 100644 --- a/src/object/infoblock.hpp +++ b/src/object/infoblock.hpp @@ -45,6 +45,9 @@ protected: std::auto_ptr infoBox; Player* get_nearest_player(); + +private: + float slowdown_scroll; }; #endif