mirror of
https://github.com/fabiangreffrath/woof.git
synced 2025-09-22 11:22:18 -04:00
fix setup menu highlight when using non-menu key (#1813)
This commit is contained in:
parent
6eb4413fb8
commit
1a3addd0d9
@ -3353,6 +3353,11 @@ boolean MN_SetupResponder(menu_action_t action, int ch)
|
||||
|
||||
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:
|
||||
// Catch the response to the 'reset to default?' verification
|
||||
// screen
|
||||
|
Loading…
x
Reference in New Issue
Block a user