]> git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
remove a piece of breakpoint code I forgot to remove before
authorhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Sat, 26 Nov 2005 22:41:58 +0000 (22:41 +0000)
committerhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Sat, 26 Nov 2005 22:41:58 +0000 (22:41 +0000)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5840 d7cf8633-e32d-0410-b094-e92efae38249

snd_mix.c

index 7aef154ee0db5173bccda01ebca71192eb7da54e..8ba7a5e0b29e7beb42fb7299b6a98a2a2203f333 100644 (file)
--- 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;