mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 23:32:09 +00:00
[console] Pop menu escape in forced close menu
Fixes loss of access to the menu after selecting a new game via the menu.
This commit is contained in:
parent
c134e9d348
commit
fbbf83e696
1 changed files with 1 additions and 0 deletions
|
@ -377,6 +377,7 @@ bi_Menu_SelectMenu (progs_t *pr)
|
|||
} else {
|
||||
if (name && *name)
|
||||
Sys_Printf ("no menu \"%s\"\n", name);
|
||||
Key_PopEscape ();
|
||||
Key_SetKeyDest (menu_keydest);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue