mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
PR_ApplyProfile_Settings: fix rumble not being reset when switching profiles
This commit is contained in:
parent
ba2a8c91b3
commit
2c1d42ae12
1 changed files with 1 additions and 0 deletions
|
|
@ -493,6 +493,7 @@ static void PR_ApplyProfile_Settings(profile_t *p, UINT8 playernum)
|
|||
CV_StealthSetValue(&cv_kickstartaccel[playernum], p->kickstartaccel);
|
||||
CV_StealthSetValue(&cv_autoroulette[playernum], p->autoroulette);
|
||||
CV_StealthSetValue(&cv_litesteer[playernum], p->litesteer);
|
||||
CV_StealthSetValue(&cv_rumble[playernum], p->rumble);
|
||||
|
||||
// set controls...
|
||||
memcpy(&gamecontrol[playernum], p->controls, sizeof(gamecontroldefault));
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue