mirror of
https://github.com/Shpoike/Quakespasm.git
synced 2025-04-21 10:40:46 +00:00
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:
parent
13cfd00787
commit
81daee8fcf
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