diff options
author | Tim Angus <tim@ngus.net> | 2009-11-16 00:23:28 +0000 |
---|---|---|
committer | Tim Angus <tim@ngus.net> | 2013-01-03 00:17:20 +0000 |
commit | 21674b587ca1aa1e956b66ae6e613d5afb2111d3 (patch) | |
tree | ef74238d6371114ac0f773eacd209f728225ffb9 /src/client/snd_local.h | |
parent | d22e46c9afdaf65a06ed0836d4f7e2b9e689e4d9 (diff) |
* Merge ioq3-r1752
Diffstat (limited to 'src/client/snd_local.h')
-rw-r--r-- | src/client/snd_local.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/snd_local.h b/src/client/snd_local.h index a926e7f9..24ddc54d 100644 --- a/src/client/snd_local.h +++ b/src/client/snd_local.h @@ -195,6 +195,7 @@ extern int s_rawend[MAX_RAW_STREAMS]; extern cvar_t *s_volume; extern cvar_t *s_musicVolume; +extern cvar_t *s_muted; extern cvar_t *s_doppler; extern cvar_t *s_testsound; |