diff options
Diffstat (limited to 'code')
-rw-r--r-- | code/client/cl_parse.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/code/client/cl_parse.c b/code/client/cl_parse.c index 27607e0..18cbe27 100644 --- a/code/client/cl_parse.c +++ b/code/client/cl_parse.c @@ -650,7 +650,7 @@ qboolean CL_ShouldIgnoreVoipSender(int sender) else if (clc.voipGain[sender] == 0.0f) return qtrue; // too quiet to play. - return qfalse; // !!! FIXME: implement per-channel muting. + return qfalse; } /* |