Merged back changes from 0.3.x branch
[supertux.git] / src / object / tilemap.hpp
index f86515d..5fc73bb 100644 (file)
@@ -145,7 +145,8 @@ private:
 private:
   TileManager* tilemanager;
   bool solid;
-  float speed;
+  float speed_x;
+  float speed_y;
   int width, height;
   int z_pos;
   float x_offset;