X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fmoving_object.hpp;h=d18615f1b231b1c8a7a9f481a5526bad4bf37bb7;hb=f53572ad2b744ddddd7cc4b6479489543d44f98d;hp=79e415bb22bc46e7ca50fbf4403dbe2621421370;hpb=84b2c7183da5b9a4d3edcb47ca60a1d5392b905f;p=supertux.git diff --git a/src/moving_object.hpp b/src/moving_object.hpp index 79e415bb2..d18615f1b 100644 --- a/src/moving_object.hpp +++ b/src/moving_object.hpp @@ -1,7 +1,7 @@ -// $Id: moving_object.h 2295 2005-03-30 01:52:14Z matzebraun $ +// $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 @@ -110,6 +110,10 @@ protected: Vector movement; /** The collision group */ CollisionGroup group; + +private: + // this is only here for internal collision detection use + Rect dest; }; #endif