From 967a44969344983b78fd798eaaaf3c23157d1966 Mon Sep 17 00:00:00 2001 From: toaster Date: Wed, 25 May 2022 19:29:08 +0100 Subject: [PATCH] optionmenus --> optionsmenu typo --- src/k_menufunc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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))