[console] Clean up key_menu input handling

Missed this little change in the menu/console untangling.
This commit is contained in:
Bill Currie 2021-07-24 14:21:54 +09:00
parent 40a26e4bc8
commit 1300cfb14e

View file

@ -456,8 +456,8 @@ C_KeyEvent (knum_t key, short unicode, qboolean down, void *data)
return;
if (con_curr_keydest == key_menu) {
if (Menu_KeyEvent (key, unicode, down))
return;
Menu_KeyEvent (key, unicode, down);
return;
}
if (down) {