Removing the max acceleration value of the jump component

This commit is contained in:
AnonymusRaccoon
2020-01-03 13:54:26 +01:00
parent 5abf56e211
commit fca902986a
4 changed files with 2 additions and 4 deletions
-1
View File
@@ -14,7 +14,6 @@ struct jump_action
{
gc_component base;
int acceleration;
int max_acceleration;
};
extern const struct jump_action jump_action;