Klaus Denker's widescreen_fixes.patch:
[supertux.git] / src / worldmap / worldmap.hpp
index acbbedb..c0f7dc6 100644 (file)
@@ -113,8 +113,11 @@ private:
   typedef std::vector<HSQOBJECT> ScriptList;
   ScriptList scripts;
 
+  Color ambient_light;
   std::string force_spawnpoint; /**< if set, spawnpoint will be forced to this value */
 
+  bool in_level;
+
 public:
   WorldMap(const std::string& filename, const std::string& force_spawnpoint = "");
   ~WorldMap();
@@ -190,7 +193,6 @@ private:
 
   void load(const std::string& filename);
   void on_escape_press();
-
 };
 
 } // namespace WorldMapNS