More -Weffc++ cleanup
[supertux.git] / src / object / skull_tile.cpp
index 6dfecd8..996b127 100644 (file)
 static const float CRACKTIME = 0.3f;
 static const float FALLTIME = 0.8f;
 
-SkullTile::SkullTile(const Reader& lisp)
-  : MovingSprite(lisp, "images/objects/skull_tile/skull_tile.sprite", LAYER_TILES, COLGROUP_STATIC), hit(false), falling(false)
+SkullTile::SkullTile(const Reader& lisp) :
+  MovingSprite(lisp, "images/objects/skull_tile/skull_tile.sprite", LAYER_TILES, COLGROUP_STATIC), 
+  physic(),
+  timer(),
+  hit(false), 
+  falling(false)
 {
 }