From 41fd71487ee41196b9fbe3e701a6c5414f20a8a3 Mon Sep 17 00:00:00 2001 From: icculus Date: Wed, 4 Jun 2008 21:50:00 +0000 Subject: VoIP: functionality to adjust incoming audio gain, per-user. git-svn-id: svn://svn.icculus.org/quake3/trunk@1366 edf5b092-35ff-0310-97b2-ce42778d08ea --- code/client/cl_cgame.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'code/client/cl_cgame.c') diff --git a/code/client/cl_cgame.c b/code/client/cl_cgame.c index 56d824f..e93a73e 100644 --- a/code/client/cl_cgame.c +++ b/code/client/cl_cgame.c @@ -935,6 +935,8 @@ void CL_FirstSnapshot( void ) { clc.speexInitialized = qtrue; clc.voipMuteAll = qfalse; Cmd_AddCommand ("voip", CL_Voip_f); + Cvar_Set("cl_voipSendTarget", "all"); + clc.voipTarget1 = clc.voipTarget2 = clc.voipTarget3 = 0x7FFFFFFF; } #endif } -- cgit v1.2.3