fix growup, lightmap experiments with willowisp
[supertux.git] / src / moving_object.cpp
index acccd6d..bd44896 100644 (file)
 //  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()