From c3ef5aac8e28c95af131819af064af04a28f1b1d Mon Sep 17 00:00:00 2001 From: ludwig Date: Sun, 6 Nov 2005 16:24:49 +0000 Subject: - don't spam the tty with that message git-svn-id: svn://svn.icculus.org/quake3/trunk@296 edf5b092-35ff-0310-97b2-ce42778d08ea --- code/client/snd_dma.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'code/client') diff --git a/code/client/snd_dma.c b/code/client/snd_dma.c index 55de8ea..e807d90 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; } -- cgit v1.2.3