Allow dead-script on any badguy
[supertux.git] / src / badguy / mrrocket.hpp
index 77a7634..bb95805 100644 (file)
@@ -38,9 +38,8 @@ public:
   virtual MrRocket* clone() const { return new MrRocket(*this); }
 
 protected:
-  bool collision_squished(Player& player);
+  bool collision_squished(GameObject& object);
   Timer collision_timer;
 };
 
 #endif
-