From e6febd833c2e99780d0a18bed33b116bf6d032f2 Mon Sep 17 00:00:00 2001 From: Tim Angus Date: Fri, 29 Sep 2006 23:07:28 +0000 Subject: * Changed a Com_Printf to a Com_DPrintf --- src/client/snd_dma.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/client/snd_dma.c b/src/client/snd_dma.c index ee57f6f2..d55f9697 100644 --- a/src/client/snd_dma.c +++ b/src/client/snd_dma.c @@ -541,7 +541,7 @@ void S_Base_StartSound(vec3_t origin, int entityNum, int entchannel, sfxHandle_t } } if (chosen == -1) { - Com_Printf("dropping sound\n"); + Com_DPrintf("dropping sound\n"); return; } } -- cgit