X-Git-Url: https://git.octo.it/?a=blobdiff_plain;ds=sidebyside;f=src%2Fbadguy%2Fwalkingleaf.hpp;h=ef7e0c26a0e054595bbd75395a638ce13d1e6b73;hb=a351cbfc2a547e3407cf78fbcc93e585cac486d4;hp=88d1d71201ddf83289eacabd8ddc7c7650429fae;hpb=08813a74da6ac1fd045a105e4e8105f1d7f716f0;p=supertux.git diff --git a/src/badguy/walkingleaf.hpp b/src/badguy/walkingleaf.hpp index 88d1d7120..ef7e0c26a 100644 --- a/src/badguy/walkingleaf.hpp +++ b/src/badguy/walkingleaf.hpp @@ -28,6 +28,8 @@ public: WalkingLeaf(const Reader& reader); WalkingLeaf(const Vector& pos, Direction d); + bool is_freezable() const; + protected: bool collision_squished(GameObject& object);