diff --git a/src/s_sound.c b/src/s_sound.c index 998bb05ae..6d3e3828b 100644 --- a/src/s_sound.c +++ b/src/s_sound.c @@ -1001,8 +1001,7 @@ static void S_StopChannel(INT32 cnum) if (c->sfxinfo) { // stop the sound playing - if (I_SoundIsPlaying(c->handle)) - I_StopSound(c->handle); + I_StopSound(c->handle); // degrade usefulness of sound data c->sfxinfo->usefulness--;