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