offscreen.patch by Klaus Denker: correct some calculations
[supertux.git] / src / level.hpp
index 7e0aba7..1ab7448 100644 (file)
@@ -35,6 +35,7 @@ class Level
 public:
   std::string name;
   std::string author;
+  std::string on_menukey_script;
   typedef std::vector<Sector*> Sectors;
   Sectors sectors;
   Statistics stats;