Rename dash_in_air to jump_dash
This commit is contained in:
parent
d049ae7933
commit
0852ca49db
2
player.h
2
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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user