* Implemented a way to modify extro parameters as a complement to Wansti's new music
[supertux.git] / src / badguy / mriceblock.hpp
index a884aa8..4f5d957 100644 (file)
@@ -28,7 +28,7 @@ class MrIceBlock : public BadGuy, public Portable
 {
 public:
   MrIceBlock(const lisp::Lisp& reader);
-  MrIceBlock(float pos_x, float pos_y, Direction d);
+  MrIceBlock(float pos_x, float pos_y, Direction d, bool stay_on_plat);
 
   void activate();
   void write(lisp::Writer& writer);