From 889a22029a9c639da454992bd2eb6c7f3bffaece Mon Sep 17 00:00:00 2001 From: divverent Date: Wed, 30 Dec 2009 11:24:51 +0000 Subject: [PATCH] don't spatialize twice :P git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@9746 d7cf8633-e32d-0410-b094-e92efae38249 --- snd_main.c | 1 - 1 file changed, 1 deletion(-) diff --git a/snd_main.c b/snd_main.c index 57ed4786..f5351c9b 100644 --- a/snd_main.c +++ b/snd_main.c @@ -1451,7 +1451,6 @@ void S_PlaySfxOnChannel (sfx_t *sfx, channel_t *target_chan, unsigned int flags, // finally, set the sfx pointer, so the channel becomes valid for playback // and will be noticed by the mixer target_chan->sfx = sfx; - SND_Spatialize (target_chan, isstatic); } -- 2.39.2