More -Weffc++ cleanup
[supertux.git] / src / worldmap / teleporter.cpp
index b4425ed..832fd6b 100644 (file)
 
 namespace WorldMapNS {
 
-Teleporter::Teleporter(const lisp::Lisp* lisp)
-  : automatic(false)
+Teleporter::Teleporter(const lisp::Lisp* lisp) :
+  pos(),
+  sprite(),
+  worldmap(),
+  spawnpoint(),
+  automatic(false),
+  message()
 {
   lisp->get("x", pos.x);
   lisp->get("y", pos.y);
@@ -50,6 +55,6 @@ Teleporter::update(float )
 {
 }
 
-}
+} // namespace WorldMapNS
 
 /* EOF */