X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;ds=sidebyside;f=snd_mix.c;h=a31b4ce5075dcea5992a7a486de83c31764f7dab;hb=ea7c24e1fb41f3b1df984ac0eed6881c9fde16f5;hp=3b82316698c23b615114df85493886c91baf93e9;hpb=b1f1db0e53f250a572a7e7f0cb1059c51940b6ac;p=xonotic%2Fdarkplaces.git diff --git a/snd_mix.c b/snd_mix.c index 3b823166..a31b4ce5 100644 --- a/snd_mix.c +++ b/snd_mix.c @@ -311,9 +311,6 @@ void S_TransferPaintBuffer(int endtime) pDSBuf->lpVtbl->Unlock(pDSBuf, pbuf, dwSize, NULL, 0); pDSBuf->lpVtbl->GetCurrentPosition(pDSBuf, &dwNewpos, &dwWrite); - -// if ((dwNewpos >= il) && (dwNewpos <= ir)) -// Con_Printf("%d-%d p %d c\n", il, ir, dwNewpos); } #endif } @@ -418,7 +415,6 @@ void SND_InitScaletable (void) void SND_PaintChannelFrom8 (channel_t *ch, sfxcache_t *sc, int count) { -// int data; int *lscale, *rscale; unsigned char *sfx; int i; @@ -458,8 +454,6 @@ void SND_PaintChannelFrom8 (channel_t *ch, sfxcache_t *sc, int count) void SND_PaintChannelFrom16 (channel_t *ch, sfxcache_t *sc, int count) { -// int data; -// int left, right; int leftvol, rightvol; signed short *sfx; int i;