Fixed problems with Rockets and Cannons sometimes reversing direction on
[supertux.git] / src / badguy / igel.hpp
index bdb7b75..a824620 100644 (file)
@@ -1,4 +1,4 @@
-//  $Id: igel.hpp 3452 2006-04-27 18:19:15Z sommer $
+//  $Id$
 //
 //  SuperTux - Badguy "Igel"
 //  Copyright (C) 2006 Christoph Sommer <christoph.sommer@2006.expires.deltadevelopment.de>
@@ -54,8 +54,6 @@ private:
   };
   State state;
   Timer turn_recover_timer; /**< wait time until we will turn around again when shot at */
-  bool set_direction;
-  Direction initial_direction;  
 };
 
 #endif