mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 07:11:41 +00:00
Put the key_dest default back to key_console.
For now, anyway. This is a quick emergency fix for qw-client crashing when a key is pressed while the client is waiting at the console on startup.
This commit is contained in:
parent
354ad844e8
commit
22ca96ea46
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ static U void (*const key_progs_init)(struct progs_s *) = Key_Progs_Init;
|
|||
|
||||
/* key up events are sent even if in console mode */
|
||||
|
||||
static keydest_t key_dest = key_unfocused;
|
||||
static keydest_t key_dest = key_console;
|
||||
static keytarget_t key_targets[key_last];
|
||||
VISIBLE knum_t key_togglemenu = QFK_ESCAPE;
|
||||
VISIBLE knum_t key_toggleconsole = QFK_BACKQUOTE;
|
||||
|
|
Loading…
Reference in a new issue