- added stay-on-platform into the level fileformat
[supertux.git] / src / badguy.h
index 7ec03e3..8ea7f2e 100644 (file)
@@ -124,7 +124,7 @@ private:
   float animation_speed;
 
 public:
-  void init(float x, float y, BadGuyKind kind);
+  void init(float x, float y, BadGuyKind kind, bool stay_on_platform);
 
   void action(float frame_ratio);
   void draw();