From 7a4caa8bd3e33c4fae42337576a7cb375b4d8561 Mon Sep 17 00:00:00 2001 From: Bill Currie Date: Tue, 11 Apr 2000 09:35:09 +0000 Subject: [PATCH] forgot to remove debug code --- common/snd_dma.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/snd_dma.c b/common/snd_dma.c index 299dc88..7945dab 100644 --- a/common/snd_dma.c +++ b/common/snd_dma.c @@ -436,7 +436,7 @@ void SND_Spatialize(channel_t *ch) ch->rightvol = ch->master_vol; return; } - printf("%d %d\n",ch->entnum,cl.playernum); + // calculate stereo seperation and distance attenuation sndfx = ch->sfx;