mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-01-02 13:12:50 +00:00
Fix a fresh profile not having kickstartaccel zeroed out.
This commit is contained in:
parent
55b0d5d07a
commit
e3f9a925d8
1 changed files with 1 additions and 0 deletions
|
|
@ -38,6 +38,7 @@ profile_t* PR_MakeProfile(const char *prname, const char *pname, const char *sna
|
|||
|
||||
strcpy(new->follower, fname);
|
||||
new->followercolor = fcol;
|
||||
new->kickstartaccel = false;
|
||||
|
||||
// Copy from gamecontrol directly as we'll be setting controls up directly in the profile.
|
||||
memcpy(new->controls, controlarray, sizeof(new->controls));
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue