updating Nolok contrib templates
[supertux.git] / lib / special / moving_object.cpp
index b874408..8f543a9 100644 (file)
 //  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 <config.h>
+
+#include "moving_object.h"
 
 using namespace SuperTux;
 
 MovingObject::MovingObject()
 {
-  base.x = base.y = base.width = base.height = 0;
-  old_base = base;
 }
 
 MovingObject::~MovingObject()