Random stuff that I should have committed ages ago.
[supertux.git] / src / badguy / walkingleaf.hpp
index a221865..e2b84b1 100644 (file)
@@ -34,7 +34,7 @@ public:
   virtual WalkingLeaf* clone() const { return new WalkingLeaf(*this); }
 
 protected:
-  bool collision_squished(Player& player);
+  bool collision_squished(GameObject& object);
 
 };