Badguys now inherit from MovingSprite
[supertux.git] / src / badguy / zeekling.hpp
index ab88a9a..11b8199 100644 (file)
@@ -28,7 +28,7 @@ class Zeekling : public BadGuy
 {
 public:
   Zeekling(const lisp::Lisp& reader);
-  Zeekling(float pos_x, float pos_y, Direction d);
+  Zeekling(const Vector& pos, Direction d);
 
   void activate();
   void write(lisp::Writer& writer);