Profiles: fix incorrect rumble setting for new profiles

This commit is contained in:
James R 2024-01-11 16:48:22 -08:00
parent 37dc2e5f29
commit 51ad284fef

View file

@ -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));