Added a "hide-from-contribs" tag for info files.
[supertux.git] / src / level_subset.h
index 4b9985e..cc4ac63 100644 (file)
@@ -59,7 +59,7 @@ public:
   std::string name;
   std::string title;
   std::string description;
-  Surface* image;
+  bool hide_from_contribs;
 
 private:
   void read_info_file(const std::string& info_file);