diff options
Diffstat (limited to 'Alc/dsound.c')
-rw-r--r-- | Alc/dsound.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Alc/dsound.c b/Alc/dsound.c index b1312373..42139f3c 100644 --- a/Alc/dsound.c +++ b/Alc/dsound.c @@ -311,7 +311,7 @@ static ALCboolean DSoundOpenPlayback(ALCdevice *device, const ALCchar *deviceNam } hr = DS_OK; - pData->hNotifyEvent = CreateEvent(NULL, FALSE, TRUE, NULL); + pData->hNotifyEvent = CreateEvent(NULL, FALSE, FALSE, NULL); if(pData->hNotifyEvent == NULL) hr = E_FAIL; |