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:
Bill Currie 2013-01-19 12:17:57 +09:00
parent 354ad844e8
commit 22ca96ea46
1 changed files with 1 additions and 1 deletions

View File

@ -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;