Disabled bomb spraying particles all over the screen
[supertux.git] / src / object / thunderstorm.hpp
index ee14303..5a7fbe8 100644 (file)
@@ -41,6 +41,11 @@ public:
     virtual void unexpose(HSQUIRRELVM vm, SQInteger table_idx);
 
     /**
+     * @name Scriptable Methods
+     * @{
+     */
+
+    /**
      * Start playing thunder and lightning at configured interval
      */
     void start();
@@ -70,8 +75,11 @@ public:
      */
     void electrify();
 
+    /**
+     * @}
+     */
+
 private:
-    std::string name; /**< user-defined name for use in scripts or empty string if not scriptable */
     bool running; /**< whether we currently automatically trigger lightnings */
     float interval; /**< time between two lightnings */