mirror of
https://github.com/ioquake/ioq3.git
synced 2025-05-31 00:51:17 +00:00
- don't spam the tty with that message
This commit is contained in:
parent
48ee88ad77
commit
cc8b03c655
1 changed files with 1 additions and 1 deletions
|
@ -1157,7 +1157,7 @@ void S_Update( void ) {
|
||||||
channel_t *ch;
|
channel_t *ch;
|
||||||
|
|
||||||
if ( !s_soundStarted || s_soundMuted ) {
|
if ( !s_soundStarted || s_soundMuted ) {
|
||||||
Com_DPrintf ("not started or muted\n");
|
// Com_DPrintf ("not started or muted\n");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue