X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fworldmap%2Flevel.hpp;h=67945e32f19429dec0b31f425c1e50db4372cbfd;hb=53658c421bfe7148cb2781b793b194b4668a11ff;hp=eb577f226afd4ffe9bb1cf7ae27913f1d3814da6;hpb=9fa95a3f4318f71b151a57035a6a8d5732b5ed95;p=supertux.git diff --git a/src/worldmap/level.hpp b/src/worldmap/level.hpp index eb577f226..67945e32f 100644 --- a/src/worldmap/level.hpp +++ b/src/worldmap/level.hpp @@ -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();