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