This commit is contained in:
James R 2020-01-30 23:58:35 -08:00
parent aad4b6f8a1
commit 3afc766f5e
1 changed files with 1 additions and 1 deletions

View File

@ -769,7 +769,7 @@ boolean CON_Responder(event_t *ev)
// check for console toggle key
if (ev->type != ev_console)
{
if (modeattacking || metalrecording || menuactive)
if (modeattacking || metalrecording)
return false;
if (key == gamecontrol[gc_console][0] || key == gamecontrol[gc_console][1])