X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fobject%2Fbackground.hpp;h=3321c923cc6d84a07c55ead52108e83d9d4f30c2;hb=ae7bd4f460fdd93934fc0abc9589758a49309bda;hp=6b4625e833fe4a6b294fc4b9ac046bf8bb50c52e;hpb=a113d3bd1feddd510e3b2852b0d42522735eee40;p=supertux.git diff --git a/src/object/background.hpp b/src/object/background.hpp index 6b4625e83..3321c923c 100644 --- a/src/object/background.hpp +++ b/src/object/background.hpp @@ -62,7 +62,7 @@ private: float speed_y; /**< scroll-speed in vertical direction */ std::auto_ptr image_top; /**< image to draw above pos */ std::auto_ptr image; /**< image to draw, anchored at pos */ - std::auto_ptr image_bottom; /**< image to draw below pos+ */ + std::auto_ptr image_bottom; /**< image to draw below pos+screenheight */ }; #endif /*SUPERTUX_BACKGROUND_H*/