fix object placement wrong when flipping
[supertux.git] / src / tile.cpp
index bdf92ff..7998892 100644 (file)
@@ -89,7 +89,7 @@ Tile::parse(const lisp::Lisp& reader)
   if(reader.get("slope-type", data)) {
     attributes |= SOLID | SLOPE;
   }
-
+  
   const lisp::Lisp* images = reader.get_lisp("images");
   if(images)
     parse_images(*images);