Badguys now inherit from MovingSprite
[supertux.git] / src / badguy / flyingsnowball.hpp
index 3bac639..d9f8e91 100644 (file)
@@ -26,7 +26,7 @@ class FlyingSnowBall : public BadGuy
 {
 public:
   FlyingSnowBall(const lisp::Lisp& reader);
-  FlyingSnowBall(float pos_x, float pos_y);
+  FlyingSnowBall(const Vector& pos);
 
   void activate();
   void write(lisp::Writer& writer);