X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=lib%2Fspecial%2Fmoving_object.cpp;h=8f543a91ff244f5c4c871a5f19ad8ed9e53b9aed;hb=8e0bad9f82ccbc811a18edd7ce6c6f69c5bca082;hp=92c9229353e976fd95f4592e0b85f93529a49f8c;hpb=9c511ea692d3a2339597211f08f18ea74fad35ec;p=supertux.git diff --git a/lib/special/moving_object.cpp b/lib/special/moving_object.cpp index 92c922935..8f543a91f 100644 --- a/lib/special/moving_object.cpp +++ b/lib/special/moving_object.cpp @@ -17,12 +17,14 @@ // along with this program; if not, write to the Free Software // Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -#include "special/moving_object.h" +#include + +#include "moving_object.h" + +using namespace SuperTux; MovingObject::MovingObject() { - base.x = base.y = base.width = base.height = 0; - old_base = base; } MovingObject::~MovingObject()