New GameObject SpriteParticle
[supertux.git] / src / badguy / flyingsnowball.hpp
index 7762c96..c9fa3fc 100644 (file)
@@ -41,6 +41,7 @@ protected:
   bool collision_squished(Player& player);
 private:
   Timer timer;
+  Timer puff_timer; /**< time until the next smoke puff is spawned */
 };
 
 #endif