mirror of
https://github.com/UberGames/ioef.git
synced 2024-11-24 05:01:40 +00:00
Removed an obsolete FIXME.
This commit is contained in:
parent
be9ae48039
commit
c45fe80ea6
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in a new issue