Removed an obsolete FIXME.

This commit is contained in:
Ryan C. Gordon 2008-06-08 08:23:55 +00:00
parent be9ae48039
commit c45fe80ea6
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}
/*