diff options
Diffstat (limited to 'Alc/dsound.c')
-rw-r--r-- | Alc/dsound.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Alc/dsound.c b/Alc/dsound.c index 8d7b42b9..4a20b93e 100644 --- a/Alc/dsound.c +++ b/Alc/dsound.c @@ -414,7 +414,6 @@ static ALCboolean DSoundResetPlayback(ALCdevice *device) if(SUCCEEDED(hr)) { - device->ExtraData = pData; device->Format = format; pData->thread = StartThread(DSoundProc, device); if(!pData->thread) |