From c4adf541c15d7c3f7e91d9e0ed9910f2d81308c7 Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Sat, 4 Dec 2010 20:22:12 -0800 Subject: Set the playing flag to TRUE when the dsound buffer starts playing --- Alc/dsound.c | 1 + 1 file changed, 1 insertion(+) (limited to 'Alc/dsound.c') diff --git a/Alc/dsound.c b/Alc/dsound.c index 39f3e97f..ac7782b9 100644 --- a/Alc/dsound.c +++ b/Alc/dsound.c @@ -209,6 +209,7 @@ static ALuint DSoundProc(ALvoid *ptr) aluHandleDisconnect(pDevice); return 1; } + Playing = TRUE; } Sleep(1); continue; -- cgit v1.2.3