mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-12-28 10:42:34 +00:00
Profiles: fix incorrect rumble setting for new profiles
This commit is contained in:
parent
37dc2e5f29
commit
51ad284fef
1 changed files with 1 additions and 0 deletions
|
|
@ -73,6 +73,7 @@ profile_t* PR_MakeProfile(
|
|||
new->kickstartaccel = false;
|
||||
new->autoroulette = false;
|
||||
new->litesteer = true;
|
||||
new->rumble = true;
|
||||
|
||||
// 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