Fix another small logic error
[supertux.git] / src / scripting / level.hpp
index 70c07d0..b7d91a2 100644 (file)
@@ -39,9 +39,11 @@ public:
     void flip_vertically();
     /** toggle pause */
     void toggle_pause();
+
+    /** Switch to and from edit mode */
+    void edit(bool edit_mode);
 };
 
 }
 
 #endif
-