Auto Spin review fixup

This commit is contained in:
AJ Martinez 2023-08-20 16:03:43 -07:00
parent 573a44fbfe
commit 88f54b298e
2 changed files with 2 additions and 2 deletions

View file

@ -1872,7 +1872,7 @@ void WeaponPref_Parse(UINT8 **cp, INT32 playernum)
if (leveltime < 2)
{
// BAD HACK: No other place I ried to slot this in
// BAD HACK: No other place I tried to slot this in
// made it work for the host when they initally host,
// so this will have to do.
K_UpdateShrinkCheat(player);

View file

@ -94,7 +94,7 @@ static void M_StartEditProfile(INT32 c)
CV_StealthSet(&cv_dummyprofilename, optionsmenu.profile->profilename);
CV_StealthSet(&cv_dummyprofileplayername, optionsmenu.profile->playername);
CV_StealthSetValue(&cv_dummyprofilekickstart, optionsmenu.profile->kickstartaccel);
CV_StealthSetValue(&cv_dummyprofileautospin, optionsmenu.profile->kickstartaccel);
CV_StealthSetValue(&cv_dummyprofileautospin, optionsmenu.profile->autospin);
CV_StealthSetValue(&cv_dummyprofilerumble, optionsmenu.profile->rumble);
}
else