Fixed disabling sound
This commit is contained in:
@@ -739,7 +739,13 @@ ReInitSound()
|
|||||||
{
|
{
|
||||||
WAVEFORMATEX wfx;
|
WAVEFORMATEX wfx;
|
||||||
|
|
||||||
if (!SoundEnabled) return FALSE;
|
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