Splited out level stuff from SpecialTile to a Level struct (similar to old one).
[supertux.git] / src / player.h
index f995219..d2b7e07 100644 (file)
@@ -151,6 +151,7 @@ public:
   bool flapping;
   bool can_jump;
   bool can_flap;
+  bool falling_from_flap;
   bool enable_hover;
   bool butt_jump;
   int frame_;