Dead snowballs don't walk around.
[supertux.git] / src / moving_object.cpp
index 513375a..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
@@ -22,6 +22,7 @@
 
 MovingObject::MovingObject()
 {
+  group = COLGROUP_MOVING;
 }
 
 MovingObject::~MovingObject()