- fix tux not advancing on worldmap after solving a level
[supertux.git] / src / worldmap / level.hpp
index dabd4d7..67945e3 100644 (file)
@@ -44,6 +44,7 @@ public:
   Vector pos;
   std::string title;
   bool solved;
+  bool auto_play; /**< true if Tux should automatically enter this level if it's unfinished */
 
   std::auto_ptr<Sprite> sprite;
 
@@ -53,9 +54,6 @@ public:
   /** Script that is run when the level is successfully finished */
   std::string extro_script;
 
-  /** If false, disables the auto walking after finishing a level */
-  bool auto_path;
-
   /** return Surface of level picture or 0 if no picture is available */
   const Surface* get_picture();