Fixed problems with Rockets and Cannons sometimes reversing direction on
[supertux.git] / src / badguy / dispenser.hpp
index 2ba8ba2..f79e8e6 100644 (file)
@@ -40,9 +40,6 @@ protected:
   float cycle;
   std::string badguy;
   Timer dispense_timer;
-  bool set_direction;
-  Direction initial_direction;  
-  std::string direction;
 };
 
 #endif