From a327dfa14a492c22f33a37abf5d1e10e44c4f97f Mon Sep 17 00:00:00 2001 From: havoc Date: Sat, 26 Nov 2005 22:41:58 +0000 Subject: [PATCH] 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 --- snd_mix.c | 2 -- 1 file changed, 2 deletions(-) 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; -- 2.39.2