r1380 - trunk/code/client
DONOTREPLY at icculus.org
DONOTREPLY at icculus.org
Sun Jun 8 04:24:04 EDT 2008
Author: icculus
Date: 2008-06-08 04:23:55 -0400 (Sun, 08 Jun 2008)
New Revision: 1380
Modified:
trunk/code/client/cl_parse.c
Log:
Removed an obsolete FIXME.
Modified: trunk/code/client/cl_parse.c
===================================================================
--- trunk/code/client/cl_parse.c 2008-06-08 07:29:25 UTC (rev 1379)
+++ trunk/code/client/cl_parse.c 2008-06-08 08:23:55 UTC (rev 1380)
@@ -650,7 +650,7 @@
else if (clc.voipGain[sender] == 0.0f)
return qtrue; // too quiet to play.
- return qfalse; // !!! FIXME: implement per-channel muting.
+ return qfalse;
}
/*
More information about the quake3-commits
mailing list