Unified name capitalization: *menu -> *Menu

This commit is contained in:
Marcus Minhorst 2025-07-08 13:16:06 -04:00 committed by Ricardo Luís Vaz Silva
commit 5bd8c7f3be
7 changed files with 63 additions and 63 deletions

View file

@ -1023,7 +1023,7 @@ bool G_Responder (event_t *ev)
stricmp (cmd, "screenshot")))
{
M_StartControlPanel(true);
M_SetMenu(NAME_Mainmenu, -1);
M_SetMenu(NAME_MainMenu, -1);
return true;
}
else