From 30e903d90a43f45c001c3574bfedb6b0a2d0ef3e Mon Sep 17 00:00:00 2001 From: Johns Date: Thu, 16 Feb 2012 18:41:46 +0100 Subject: [PATCH] Wakeup audio thread after pause. --- audio.c | 1 + 1 file changed, 1 insertion(+) diff --git a/audio.c b/audio.c index aedcf36..20b4c80 100644 --- a/audio.c +++ b/audio.c @@ -2188,6 +2188,7 @@ void AudioPlay(void) } Debug(3, "audio: resumed\n"); AudioPaused = 0; + AudioEnqueue(NULL, 0); // wakeup thread } /**