More -Weffc++ cleanup
[supertux.git] / src / worldmap / level.cpp
index 90383ba..8a4330e 100644 (file)
 namespace WorldMapNS {
 
 LevelTile::LevelTile(const std::string& basedir, const lisp::Lisp* lisp) :
+  pos(),
+  title(),
   solved(false), 
   auto_play(false), 
+  sprite(),
+  statistics(),
+  extro_script(),
   basedir(basedir), 
   picture_cached(false),
   picture(0)