Fixed problems with Rockets and Cannons sometimes reversing direction on
[supertux.git] / src / badguy / skullyhop.hpp
index b3acd86..c12962c 100644 (file)
@@ -48,9 +48,6 @@ protected:
     JUMPING
   };
 
-  bool has_initial_direction;
-  Direction initial_direction;  
-
   Timer recover_timer;
   SkullyHopState state;