fix bug 215 (unpausing doesn't always work)
[supertux.git] / src / level.hpp
index 1ab7448..da2fdf4 100644 (file)
@@ -35,6 +35,8 @@ class Level
 public:
   std::string name;
   std::string author;
+  std::string contact;
+  std::string license;
   std::string on_menukey_script;
   typedef std::vector<Sector*> Sectors;
   Sectors sectors;