Some more whitespace, plus stop unconditionally resuming cd audio and sound when focus restored.

This commit is contained in:
Ragnvald Maartmann-Moe IV 2002-08-21 01:40:21 +00:00
parent ee7e3326e0
commit b96617e935

View file

@ -491,9 +491,11 @@ event_focusin (XEvent *event)
{
if (key_dest == key_game)
XAutoRepeatOff (x_disp);
if (in_snd_block->int_val) {
S_UnblockSound ();
CDAudio_Resume ();
}
}
static void
center_pointer (void)
@ -564,7 +566,6 @@ IN_LL_SendKeyEvents (void)
X11_ProcessEvents ();
}
/* Called at shutdown */
void
IN_LL_Shutdown (void)
{