diff options
Diffstat (limited to 'Alc/dsound.c')
-rw-r--r-- | Alc/dsound.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Alc/dsound.c b/Alc/dsound.c index 60977df7..d513fb73 100644 --- a/Alc/dsound.c +++ b/Alc/dsound.c @@ -182,9 +182,7 @@ static ALCboolean DSoundOpenPlayback(ALCdevice *device, const ALCchar *deviceNam if(SUCCEEDED(hr)) hr = IDirectSoundBuffer_Play(pData->DSsbuffer, 0, 0, DSBPLAY_LOOPING); - device->MaxNoOfSources = 256; device->ExtraData = pData; - pData->thread = StartThread(DSoundProc, device); if(!pData->thread) hr = E_FAIL; |