r296 - trunk/code/client
DONOTREPLY at icculus.org
DONOTREPLY at icculus.org
Sun Nov 6 11:24:49 EST 2005
Author: ludwig
Date: 2005-11-06 11:24:49 -0500 (Sun, 06 Nov 2005)
New Revision: 296
Modified:
trunk/code/client/snd_dma.c
Log:
- don't spam the tty with that message
Modified: trunk/code/client/snd_dma.c
===================================================================
--- trunk/code/client/snd_dma.c 2005-11-06 13:50:28 UTC (rev 295)
+++ trunk/code/client/snd_dma.c 2005-11-06 16:24:49 UTC (rev 296)
@@ -1157,7 +1157,7 @@
channel_t *ch;
if ( !s_soundStarted || s_soundMuted ) {
- Com_DPrintf ("not started or muted\n");
+// Com_DPrintf ("not started or muted\n");
return;
}
More information about the quake3-commits
mailing list