New sector attribute 'ambient-light'.
[supertux.git] / src / sector.hpp
index 57a2665..8bd8966 100644 (file)
@@ -222,6 +222,8 @@ private:
   typedef std::vector<HSQOBJECT> ScriptList;
   ScriptList scripts;
 
+  Color ambient_light;
+
 public: // TODO make this private again
   /// show collision rectangles of moving objects (for debugging)
   static bool show_collrects;