- fix tux not advancing on worldmap after solving a level
[supertux.git] / src / worldmap / level.hpp
index eb577f2..67945e3 100644 (file)
@@ -54,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();