mirror of
https://github.com/zoriya/Twac.git
synced 2026-05-28 08:57:34 +00:00
Removing the max acceleration value of the jump component
This commit is contained in:
@@ -14,7 +14,6 @@ struct jump_action
|
||||
{
|
||||
gc_component base;
|
||||
int acceleration;
|
||||
int max_acceleration;
|
||||
};
|
||||
|
||||
extern const struct jump_action jump_action;
|
||||
Reference in New Issue
Block a user