Made Mr_Tree graphic smaller, from 99 to 85 pixels.
[supertux.git] / src / moving_object.cpp
index b81d837..bd44896 100644 (file)
@@ -1,4 +1,4 @@
-//  $Id$
+//  $Id: moving_object.cpp 2168 2004-11-24 14:10:27Z matzebraun $
 //
 //  SuperTux -  A Jump'n Run
 //  Copyright (C) 2004 Matthias Braun <matze@braunis.de
 //  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.
-#include "moving_object.h"
+#include <config.h>
+
+#include "moving_object.hpp"
 
 MovingObject::MovingObject()
 {
-  base.x = base.y = base.width = base.height = 0;
-  old_base = base;
+  group = COLGROUP_MOVING;
 }
 
 MovingObject::~MovingObject()
 {
 }
-