fix setup menu highlight when using non-menu key (#1813)

This commit is contained in:
Roman Fomin 2024-08-02 01:54:35 +07:00 committed by GitHub
parent 6eb4413fb8
commit 1a3addd0d9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3353,6 +3353,11 @@ boolean MN_SetupResponder(menu_action_t action, int ch)
setup_menu_t *current_item = current_menu + set_item_on; setup_menu_t *current_item = current_menu + set_item_on;
if (menu_input != mouse_mode)
{
current_item->m_flags |= S_HILITE;
}
// phares 4/19/98: // phares 4/19/98:
// Catch the response to the 'reset to default?' verification // Catch the response to the 'reset to default?' verification
// screen // screen