mirror of
https://github.com/ioquake/ioq3.git
synced 2025-05-07 23:40:49 +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)
|
else if (clc.voipGain[sender] == 0.0f)
|
||||||
return qtrue; // too quiet to play.
|
return qtrue; // too quiet to play.
|
||||||
|
|
||||||
return qfalse; // !!! FIXME: implement per-channel muting.
|
return qfalse;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Reference in a new issue