aboutsummaryrefslogtreecommitdiffstats
path: root/code/client/cl_parse.c
diff options
context:
space:
mode:
Diffstat (limited to 'code/client/cl_parse.c')
-rw-r--r--code/client/cl_parse.c2
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;
}
/*