From: divverent Date: Wed, 30 Dec 2009 11:24:51 +0000 (+0000) Subject: don't spatialize twice :P X-Git-Tag: xonotic-v0.1.0preview~902 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=889a22029a9c639da454992bd2eb6c7f3bffaece;p=xonotic%2Fdarkplaces.git don't spatialize twice :P git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@9746 d7cf8633-e32d-0410-b094-e92efae38249 --- 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); }