From 88f54b298e87db4fec18d16743995766c407817e Mon Sep 17 00:00:00 2001 From: AJ Martinez Date: Sun, 20 Aug 2023 16:03:43 -0700 Subject: [PATCH] Auto Spin review fixup --- src/d_netcmd.c | 2 +- src/menus/options-profiles-1.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/d_netcmd.c b/src/d_netcmd.c index a90167104..bc0f3602a 100644 --- a/src/d_netcmd.c +++ b/src/d_netcmd.c @@ -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); diff --git a/src/menus/options-profiles-1.c b/src/menus/options-profiles-1.c index 6fb145b67..7c96a490b 100644 --- a/src/menus/options-profiles-1.c +++ b/src/menus/options-profiles-1.c @@ -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