X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fbadguy%2Fmrtree.hpp;h=652a00e6bdb09cd16eecafc467c8e7b9b0b8c425;hb=7c2f8e23f9accd00bd9ee2319da8ab8aa341c7cf;hp=9795a6d6bd88db6dd94f3e7f7e65643bd1d8bb37;hpb=12966e3f986f7202125ae590c74a4d0c227441dd;p=supertux.git diff --git a/src/badguy/mrtree.hpp b/src/badguy/mrtree.hpp index 9795a6d6b..652a00e6b 100644 --- a/src/badguy/mrtree.hpp +++ b/src/badguy/mrtree.hpp @@ -44,9 +44,6 @@ protected: Timer invincible_timer; bool collision_squished(Player& player); - std::string direction; - bool set_direction; - Direction initial_direction; }; #endif