Fixed problems with Rockets and Cannons sometimes reversing direction on
[supertux.git] / src / badguy / mriceblock.hpp
index ca6c59d..ea55065 100644 (file)
@@ -59,9 +59,6 @@ private:
   IceState ice_state;
   Timer flat_timer;
   int squishcount;
-  bool set_direction;
-  Direction initial_direction;
-  std::string direction;
 };
 
 #endif