mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-03-20 09:52:18 +00:00
Merge branch 'bruh2' into 'master'
Fix fuckup 2 See merge request STJr/SRB2!744
This commit is contained in:
commit
ce3a79e51a
1 changed files with 1 additions and 1 deletions
|
@ -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])
|
||||
|
|
Loading…
Reference in a new issue