Fixed Tux picking up dead BadGuys: Will no longer pick up objects in collision group...
[supertux.git] / src / level.hpp
index 7e0aba7..da2fdf4 100644 (file)
@@ -35,6 +35,9 @@ 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;
   Statistics stats;