X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fplayer.h;h=e76b93b0ec47dc9ede2b822fe2b8807bfd69931c;hb=6c61f312a1f5a768e202195ca18ed5a51974bdcc;hp=b76022b9c39c3c0bcefe97dd0180c8ea46668a40;hpb=716a056398189ee131bf1179056c2a1ea71d432c;p=supertux.git diff --git a/src/player.h b/src/player.h index b76022b9c..e76b93b0e 100644 --- a/src/player.h +++ b/src/player.h @@ -157,6 +157,15 @@ public: bool butt_jump; int frame_; int frame_main; + + float flapping_velocity; + + // Ricardo's flapping + int flaps_nb; + + // temporary to help player's choosing a flapping + enum { MAREK_FLAP, RICARDO_FLAP, RYAN_FLAP, NONE_FLAP }; + int flapping_mode; base_type previous_base; Timer invincible_timer;