Bug 471: Fix upward release of ice block, and grabbing cleanups.
[supertux.git] / src / badguy / mriceblock.hpp
index 1f61c18..c08870b 100644 (file)
@@ -51,7 +51,7 @@ protected:
 
 protected:
   bool collision_squished(GameObject& object);
-  void set_state(IceState state);
+  void set_state(IceState state, bool up = false);
 
 private:
   IceState ice_state;