mirror of
https://github.com/Shpoike/Quakespasm.git
synced 2025-02-12 23:15:33 +00:00
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:
parent
fbc9dda4aa
commit
fffa72d681
1 changed files with 4 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue