mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-27 20:41:46 +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);
|
strcpy(new->follower, fname);
|
||||||
new->followercolor = fcol;
|
new->followercolor = fcol;
|
||||||
|
new->kickstartaccel = false;
|
||||||
|
|
||||||
// Copy from gamecontrol directly as we'll be setting controls up directly in the profile.
|
// Copy from gamecontrol directly as we'll be setting controls up directly in the profile.
|
||||||
memcpy(new->controls, controlarray, sizeof(new->controls));
|
memcpy(new->controls, controlarray, sizeof(new->controls));
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue