Fixed problems with Rockets and Cannons sometimes reversing direction on
[supertux.git] / src / badguy / poisonivy.hpp
index 6ee178d..09b6af6 100644 (file)
@@ -37,9 +37,6 @@ public:
 
 protected:
   bool collision_squished(Player& player);
-  bool set_direction;
-  Direction initial_direction;  
-  std::string direction;
 };
 
 #endif