From cc8b03c655931b98d393b7e67be130a3f8840ece Mon Sep 17 00:00:00 2001 From: Ludwig Nussel Date: Sun, 6 Nov 2005 16:24:49 +0000 Subject: [PATCH] - don't spam the tty with that message --- code/client/snd_dma.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/client/snd_dma.c b/code/client/snd_dma.c index 55de8eaa..e807d907 100644 --- a/code/client/snd_dma.c +++ b/code/client/snd_dma.c @@ -1157,7 +1157,7 @@ void S_Update( void ) { channel_t *ch; if ( !s_soundStarted || s_soundMuted ) { - Com_DPrintf ("not started or muted\n"); +// Com_DPrintf ("not started or muted\n"); return; }