Fix crash with WinMM driver

This commit is contained in:
nukeykt 2019-10-24 23:50:58 +09:00 committed by Christoph Oelckers
parent 7f094d3a73
commit 01d63d19e9

View file

@ -201,7 +201,7 @@ void sndFadeSong(int nTime)
nWaveMusicHandle = -1;
bWaveMusic = false;
}
MUSIC_SetVolume(0);
// MUSIC_SetVolume(0);
MUSIC_StopSong();
}