more tuning of badguy activation
[supertux.git] / src / badguy.h
index b4c3f52..cc3c70a 100644 (file)
@@ -49,6 +49,7 @@ enum BadGuyKind {
   BAD_FLYINGSNOWBALL,
   BAD_SPIKY,
   BAD_SNOWBALL,
+  BAD_WINGLING,
   NUM_BadGuyKinds
 };
 
@@ -144,6 +145,7 @@ private:
   void action_flyingsnowball(double frame_ratio);
   void action_spiky(double frame_ratio);
   void action_snowball(double frame_ratio);
+  void action_wingling(double frame_ratio);
 
   /** initializes the badguy (when he appears on screen) */
   void activate(Direction direction);