X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fmoving_object.cpp;h=f71e909d0cb86c0ddf296101b9f39d2af978df37;hb=2bfc38ef3208dee885452cfa59a7c7df671eb24d;hp=513375a5c2ff3b026da17ca1441d0aa28e1867ab;hpb=5b7f9214cb929399f1a855ef5807018a9447d510;p=supertux.git diff --git a/src/moving_object.cpp b/src/moving_object.cpp index 513375a5c..f71e909d0 100644 --- a/src/moving_object.cpp +++ b/src/moving_object.cpp @@ -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 // // 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()