X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=lib%2Fspecial%2Fmoving_object.cpp;h=8f543a91ff244f5c4c871a5f19ad8ed9e53b9aed;hb=8e0bad9f82ccbc811a18edd7ce6c6f69c5bca082;hp=7ed991dfa66af1c8d26db6013eff522694cd1992;hpb=edaacb3651cf0560314dd008d7243be4b3b2f8c6;p=supertux.git diff --git a/lib/special/moving_object.cpp b/lib/special/moving_object.cpp index 7ed991dfa..8f543a91f 100644 --- a/lib/special/moving_object.cpp +++ b/lib/special/moving_object.cpp @@ -17,14 +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()