diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/client/snd_dma.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; } } |