Hardcoded stay-on-platform behaviour as follows: Mr. Bomb, Mr. Tree and the Totem...
[supertux.git] / src / badguy / snowsnail.hpp
index 7364b49..4a304d3 100644 (file)
@@ -26,7 +26,7 @@ class SnowSnail : public BadGuy
 {
 public:
   SnowSnail(const lisp::Lisp& reader);
-  SnowSnail(float pos_x, float pos_y, Direction d, bool stay_on_plat);
+  SnowSnail(float pos_x, float pos_y, Direction d);
 
   void activate();
   void write(lisp::Writer& writer);
@@ -48,7 +48,6 @@ private:
   Timer flat_timer;
   int squishcount;
   bool set_direction;
-  bool stay_on_platform;
   Direction initial_direction;  
 };