input: Minor fix in Char_Event().

git-svn-id: svn+ssh://svn.code.sf.net/p/quakespasm/code/trunk@1113 af15c1b1-3010-417e-b628-4374ebc0bcbd
This commit is contained in:
svdijk 2014-10-14 17:13:03 +00:00
parent fbc9dda4aa
commit fffa72d681

View file

@ -1090,6 +1090,10 @@ void Char_Event (int key)
case key_menu:
M_Charinput (key);
break;
case key_game:
if (!con_forcedup)
break;
/* fallthrough */
case key_console:
Char_Console (key);
break;