Changed FloatingScore to support text (changed name to FloatingText). I guess this...
[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_;