mirror of
https://github.com/UberGames/lilium-voyager.git
synced 2024-11-10 14:41:42 +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;
|
||||
|
||||
if ( !s_soundStarted || s_soundMuted ) {
|
||||
Com_DPrintf ("not started or muted\n");
|
||||
// Com_DPrintf ("not started or muted\n");
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue