* Fixed a few own mistakes from a previous commit
[supertux.git] / src / object / path.cpp
index ce49d2b..251afd0 100644 (file)
@@ -34,7 +34,7 @@
 Path::Path(const lisp::Lisp& reader)
 {
   forward = true;
-  float x,y;
+  float x = 0, y = 0;
 
   lisp::ListIterator iter(&reader);