Updating cherrybomb, adding juicebox (blue bomb).
[supertux.git] / src / badguy / mriceblock.hpp
index 35700fa..ea55065 100644 (file)
@@ -59,8 +59,6 @@ private:
   IceState ice_state;
   Timer flat_timer;
   int squishcount;
-  bool set_direction;
-  Direction initial_direction;
 };
 
 #endif