Fixed problems with Rockets and Cannons sometimes reversing direction on
[supertux.git] / src / badguy / sspiky.hpp
index aa6c795..bb77419 100644 (file)
@@ -44,9 +44,6 @@ protected:
     SSPIKY_WALKING
   };
   SSpikyState state;
-  std::string direction;
-  bool set_direction;
-  Direction initial_direction;  
 };
 
 #endif