diff --git a/player.h b/player.h index 3cf475a..6186f4d 100644 --- a/player.h +++ b/player.h @@ -35,7 +35,7 @@ struct player_control { bool lctrl_last; bool lctrl_pressed; bool dash; - bool dash_in_air; + bool jump_dash; }; typedef struct movement Movement;