Reversed fix
This commit is contained in:
@@ -727,14 +727,6 @@ ReInitSound()
|
||||
{
|
||||
WAVEFORMATEX wfx;
|
||||
|
||||
if (SoundEnabled == 0)
|
||||
{
|
||||
lpSoundBuffer->Stop();
|
||||
lpSoundBuffer->Release();
|
||||
ReleaseDirectSound();
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
lpSoundBuffer->Stop();
|
||||
lpSoundBuffer->Release();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user