diff --git a/src/k_menufunc.c b/src/k_menufunc.c index 7761bf52a..2a48d158e 100644 --- a/src/k_menufunc.c +++ b/src/k_menufunc.c @@ -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))