Reversed fix

This commit is contained in:
pagefault
2001-09-04 21:25:45 +00:00
parent 5f9186f92b
commit 0b0f9f5922

View File

@@ -727,14 +727,6 @@ ReInitSound()
{
WAVEFORMATEX wfx;
if (SoundEnabled == 0)
{
lpSoundBuffer->Stop();
lpSoundBuffer->Release();
ReleaseDirectSound();
return FALSE;
}
lpSoundBuffer->Stop();
lpSoundBuffer->Release();