optionmenus --> optionsmenu typo

This commit is contained in:
toaster 2022-05-25 19:29:08 +01:00
parent 71372979d8
commit 967a449693

View file

@ -4350,7 +4350,7 @@ boolean M_ProfileEditInputs(INT32 ch)
void M_HandleProfileEdit(void)
{
// Always copy the profile name and player name in the profile.
if (optionmenus.profile)
if (optionsmenu.profile)
{
// Copy the first 6 chars for profile name
if (strlen(cv_dummyprofilename.string))