aboutsummaryrefslogtreecommitdiffstats
path: root/code/client/client.h
diff options
context:
space:
mode:
Diffstat (limited to 'code/client/client.h')
-rw-r--r--code/client/client.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/code/client/client.h b/code/client/client.h
index 3df4874..1514582 100644
--- a/code/client/client.h
+++ b/code/client/client.h
@@ -411,6 +411,7 @@ extern cvar_t *cl_mumbleScale;
// cl_voipSendTarget is a string: "all" to broadcast to everyone, "none" to
// send to no one, or a comma-separated list of client numbers:
// "0,7,2,23" ... an empty string is treated like "all".
+extern cvar_t *cl_voipUseVAD;
extern cvar_t *cl_voipSend;
extern cvar_t *cl_voipSendTarget;
extern cvar_t *cl_voipGainDuringCapture;