X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fobject%2Fbackground.hpp;h=3321c923cc6d84a07c55ead52108e83d9d4f30c2;hb=ae7bd4f460fdd93934fc0abc9589758a49309bda;hp=5af6b4b93e49fa53b8cf23cbebcbae35e63aa560;hpb=20e8b8fc6cebb32a3b6076be82f54e4d4942c7e3;p=supertux.git diff --git a/src/object/background.hpp b/src/object/background.hpp index 5af6b4b93..3321c923c 100644 --- a/src/object/background.hpp +++ b/src/object/background.hpp @@ -1,7 +1,7 @@ // $Id$ // -// SuperTux - A Jump'n Run -// Copyright (C) 2004 Matthias Braun // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License @@ -16,6 +16,7 @@ // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software // Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + #ifndef SUPERTUX_BACKGROUND_H #define SUPERTUX_BACKGROUND_H @@ -61,8 +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*/ -