X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fbadguy%2Fwalkingleaf.hpp;h=e2b84b1e81e8d9ebf9be41a3eeade20d3bb2a6fd;hb=2d1bc69993923150eb701d3cacb917ab4e23d5ef;hp=a221865e8feed80677221b86258c2ee2f3f8f8dc;hpb=2aa5d733681fdb1559ca9801c7b69e72a36dd335;p=supertux.git diff --git a/src/badguy/walkingleaf.hpp b/src/badguy/walkingleaf.hpp index a221865e8..e2b84b1e8 100644 --- a/src/badguy/walkingleaf.hpp +++ b/src/badguy/walkingleaf.hpp @@ -34,7 +34,7 @@ public: virtual WalkingLeaf* clone() const { return new WalkingLeaf(*this); } protected: - bool collision_squished(Player& player); + bool collision_squished(GameObject& object); };