From: havoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Date: Sat, 26 Nov 2005 22:41:58 +0000 (+0000)
Subject: remove a piece of breakpoint code I forgot to remove before
X-Git-Tag: xonotic-v0.1.0preview~4445
X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=a327dfa14a492c22f33a37abf5d1e10e44c4f97f;p=xonotic%2Fdarkplaces.git

remove a piece of breakpoint code I forgot to remove before


git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5840 d7cf8633-e32d-0410-b094-e92efae38249
---

diff --git a/snd_mix.c b/snd_mix.c
index 7aef154e..8ba7a5e0 100644
--- a/snd_mix.c
+++ b/snd_mix.c
@@ -349,8 +349,6 @@ void S_PaintChannels(int endtime)
 			sfx = ch->sfx;
 			if (!sfx)
 				continue;
-			if (sfx->fetcher)
-				j++;
 			for (j = 0;j < SND_LISTENERS;j++)
 				if (ch->listener_volume[j])
 					break;