X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fplayer.h;h=bc47b133ba31f7e5b8c2ef6d7b4e8494bbfa1882;hb=e5f4c975097d8a04bb375b0ef57eeb1618907e9c;hp=45a82bdca06119e32465050eb2765e04a697b0c2;hpb=fcae2511a70217bb8ca6e7fb13e0dab639a062f1;p=supertux.git diff --git a/src/player.h b/src/player.h index 45a82bdca..bc47b133b 100644 --- a/src/player.h +++ b/src/player.h @@ -156,8 +156,6 @@ public: bool falling_from_flap; bool enable_hover; bool butt_jump; - int frame_; - int frame_main; float flapping_velocity; @@ -171,7 +169,6 @@ public: Timer2 invincible_timer; Timer2 skidding_timer; Timer2 safe_timer; - Timer2 frame_timer; Timer2 kick_timer; Timer2 shooting_timer; // used to show the arm when Tux is shooting Timer2 dying_timer;