mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-11-14 17:01:07 +00:00
Merge branch 'fix-it-cv-string-console-block' into 'next'
Fix console not being blocked by IT_CV_STRING See merge request STJr/SRB2!2304
This commit is contained in:
commit
48ead1ae81
1 changed files with 1 additions and 1 deletions
|
@ -3426,7 +3426,7 @@ boolean M_Responder(event_t *ev)
|
|||
// ignore ev_keydown events if the key maps to a character, since
|
||||
// the ev_text event will follow immediately after in that case.
|
||||
if (ev->type == ev_keydown && ch >= 32 && ch <= 127)
|
||||
return false;
|
||||
return true;
|
||||
|
||||
if (M_ChangeStringCvar(ch))
|
||||
return true;
|
||||
|
|
Loading…
Reference in a new issue