More -Weffc++ cleanup
[supertux.git] / src / supertux / spawn_point.cpp
index 5f36934..3175da8 100644 (file)
@@ -30,7 +30,9 @@ SpawnPoint::SpawnPoint(const SpawnPoint& other) :
   pos(other.pos)
 {}
 
-SpawnPoint::SpawnPoint(const lisp::Lisp* slisp)
+SpawnPoint::SpawnPoint(const lisp::Lisp* slisp) :
+  name(),
+  pos()
 {
   pos.x = -1;
   pos.y = -1;