in_sdl.c: default to "have_focus" to "1".

This commit is contained in:
Sander van Dijk 2012-01-20 21:01:05 +01:00 committed by Bill Currie
parent 25ffe6bc3e
commit 197481bdbb

View file

@ -49,7 +49,7 @@ static __attribute__ ((used)) const char rcsid[] =
cvar_t *in_snd_block;
static keydest_t old_key_dest = key_none;
static int have_focus;
static int have_focus = 1;
static void