Snowman enhancements: dead-script is passed to snowball, fireballs only kill body...
[supertux.git] / src / badguy / snowball.hpp
index ab881c6..6f8f64f 100644 (file)
@@ -23,7 +23,7 @@ class SnowBall : public WalkingBadguy
 {
 public:
   SnowBall(const Reader& reader);
-  SnowBall(const Vector& pos, Direction d);
+  SnowBall(const Vector& pos, Direction d, std::string script);
 
 protected:
   bool collision_squished(GameObject& object);