From 33a7c395dc8b39ce2723c2f4c048b6463b599a3b Mon Sep 17 00:00:00 2001 From: Bill Currie Date: Sun, 25 Mar 2007 06:48:19 +0000 Subject: [PATCH] allow initially silent channels to be active incase they are later audible --- libs/audio/renderer/snd_channels.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/libs/audio/renderer/snd_channels.c b/libs/audio/renderer/snd_channels.c index b5207541e..59d65b288 100644 --- a/libs/audio/renderer/snd_channels.c +++ b/libs/audio/renderer/snd_channels.c @@ -573,9 +573,6 @@ SND_StartSound (int entnum, int entchannel, sfx_t *sfx, const vec3_t origin, target_chan->entchannel = entchannel; s_spatialize (target_chan); - if (!target_chan->leftvol && !target_chan->rightvol) - return; // not audible at all - // new channel if (!(osfx = sfx->open (sfx))) return;