- don't spam the tty with that message

This commit is contained in:
Ludwig Nussel 2005-11-06 16:24:49 +00:00
parent 48ee88ad77
commit cc8b03c655
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}