Fixed problems with Rockets and Cannons sometimes reversing direction on
[supertux.git] / src / badguy / mrrocket.hpp
index 5cb37b7..f756d02 100644 (file)
@@ -39,8 +39,6 @@ public:
 
 protected:
   bool collision_squished(Player& player);
-  bool set_direction;
-  Direction initial_direction;
   Timer collision_timer;
 };