added/updated some .cvsignores
[supertux.git] / src / badguy / dispenser.cpp
index 5f18cc7..f3445b3 100644 (file)
@@ -22,8 +22,8 @@ Dispenser::write(lisp::Writer& writer)
 {
   writer.start_list("dispenser");
 
-  writer.write_float("x", get_pos().x);
-  writer.write_float("y", get_pos().y);
+  writer.write_float("x", start_position.x);
+  writer.write_float("y", start_position.y);
   writer.write_float("cycle", cycle);
   writer.write_string("badguy", badguy);