New grow and skid sounds from remaxim
[supertux.git] / src / moving_object.cpp
index acccd6d..f71e909 100644 (file)
@@ -1,7 +1,7 @@
-//  $Id: moving_object.cpp 2168 2004-11-24 14:10:27Z matzebraun $
+//  $Id$
 //
-//  SuperTux -  A Jump'n Run
-//  Copyright (C) 2004 Matthias Braun <matze@braunis.de
+//  SuperTux
+//  Copyright (C) 2006 Matthias Braun <matze@braunis.de>
 //
 //  This program is free software; you can redistribute it and/or
 //  modify it under the terms of the GNU General Public License
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 #include <config.h>
 
-#include "moving_object.h"
+#include "moving_object.hpp"
 
 MovingObject::MovingObject()
 {
+  group = COLGROUP_MOVING;
 }
 
 MovingObject::~MovingObject()