Badguys now inherit from MovingSprite
[supertux.git] / src / badguy / nolok_01.hpp
index 2a0cdf0..460d05e 100644 (file)
@@ -27,7 +27,7 @@ class Nolok_01 : public BadGuy
 {
 public:
   Nolok_01(const lisp::Lisp& reader);
-  Nolok_01(float pos_x, float pos_y);
+  Nolok_01(const Vector& pos);
 
   void activate();
   void write(lisp::Writer& writer);