Rolled back bomb to old behaviour, some bomb gfx tuning
[supertux.git] / src / badguy / mrtree.hpp
index 4eae549..0b884a1 100644 (file)
@@ -30,7 +30,7 @@ public:
   virtual MrTree* clone() const { return new MrTree(*this); }
 
 protected:
-  bool collision_squished(Player& player);
+  bool collision_squished(GameObject& object);
 
 };