Minor #include optimization
[supertux.git] / src / object / thunderstorm.hpp
index 7aa8173..fcfba48 100644 (file)
@@ -40,9 +40,9 @@ public:
     virtual void expose(HSQUIRRELVM vm, SQInteger table_idx);
     virtual void unexpose(HSQUIRRELVM vm, SQInteger table_idx);
 
-    /** 
+    /**
      * @name Scriptable Methods
-     * @{ 
+     * @{
      */
 
     /**
@@ -75,13 +75,14 @@ public:
      */
     void electrify();
 
-    /** 
-     * @} 
+    /**
+     * @}
      */
 
 private:
     bool running; /**< whether we currently automatically trigger lightnings */
     float interval; /**< time between two lightnings */
+    int layer; /**< layer, where flash will be painted */
 
     Timer time_to_thunder; /**< counts down until next thunder */
     Timer time_to_lightning; /**< counts down until next lightning */