input: Minor fix in Char_Event().

git-svn-id: svn://svn.code.sf.net/p/quakespasm/code/trunk/quakespasm@1113 af15c1b1-3010-417e-b628-4374ebc0bcbd
This commit is contained in:
Sander van Dijk 2014-10-14 17:13:03 +00:00
parent 13cfd00787
commit 81daee8fcf

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;