first very unfinished and unpolished version of the intro
[supertux.git] / src / object / skull_tile.cpp
index 4afb207..d49f407 100644 (file)
@@ -17,7 +17,6 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
 //  02111-1307, USA.
-
 #include <config.h>
 
 #include "skull_tile.hpp"
@@ -40,6 +39,8 @@ SkullTile::SkullTile(const lisp::Lisp& lisp)
   bbox.set_size(32, 32);
   sprite = sprite_manager->create("skull_tile");
   flags |= FLAG_SOLID;
+
+  set_group(COLGROUP_STATIC);
 }
 
 SkullTile::~SkullTile()