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