- fixed problem with last_menu not being able to handle menues deeper than two submenues
[supertux.git] / src / level.h
index 3f4bf10..f093683 100644 (file)
@@ -68,6 +68,8 @@ class Level
   Color bkgd_top;
   Color bkgd_bottom;
   int width;
+  int start_pos_x;
+  int start_pos_y;
   int  endpos;
   float gravity;