- just doing some C++ifying
[supertux.git] / src / worldmap.h
index b107771..f4cc0f5 100644 (file)
@@ -148,6 +148,8 @@ public:
   };
 
 private:
+  std::string map_filename;
+
   typedef std::vector<Level> Levels;
   Levels levels;