PR_ApplyProfile_Settings: fix rumble not being reset when switching profiles

This commit is contained in:
James R 2023-12-30 00:52:17 -08:00
parent ba2a8c91b3
commit 2c1d42ae12

View file

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