Fixed problems with Rockets and Cannons sometimes reversing direction on
[supertux.git] / src / badguy / mrtree.hpp
index 9795a6d..652a00e 100644 (file)
@@ -44,9 +44,6 @@ protected:
   Timer invincible_timer;
 
   bool collision_squished(Player& player);
-  std::string direction;
-  bool set_direction;
-  Direction initial_direction;  
 };
 
 #endif