X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fbadguy%2Fmriceblock.hpp;h=ea5506560c914ac0820a7a97b2133a1c33cfbd84;hb=8a598e8d635ee4d629371493fef50826a38cd20d;hp=ca6c59d85df51d2dad70fd3508bb4d93bfd659b5;hpb=12966e3f986f7202125ae590c74a4d0c227441dd;p=supertux.git diff --git a/src/badguy/mriceblock.hpp b/src/badguy/mriceblock.hpp index ca6c59d85..ea5506560 100644 --- a/src/badguy/mriceblock.hpp +++ b/src/badguy/mriceblock.hpp @@ -59,9 +59,6 @@ private: IceState ice_state; Timer flat_timer; int squishcount; - bool set_direction; - Direction initial_direction; - std::string direction; }; #endif