mirror of
https://github.com/nzp-team/fteqw.git
synced 2024-11-10 22:51:57 +00:00
archive snd_khz
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2024 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
247059e961
commit
f7f18ffd66
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ cvar_t ambient_level = SCVAR("ambient_level", "0.3");
|
|||
cvar_t ambient_fade = SCVAR("ambient_fade", "100");
|
||||
cvar_t snd_noextraupdate = SCVAR("snd_noextraupdate", "0");
|
||||
cvar_t snd_show = SCVAR("snd_show", "0");
|
||||
cvar_t snd_khz = SCVAR("snd_khz", "11");
|
||||
cvar_t snd_khz = SCVARF("snd_khz", "11", CVAR_ARCHIVE);
|
||||
cvar_t snd_inactive = SCVAR("snd_inactive", "0"); //set if you want sound even when tabbed out.
|
||||
cvar_t _snd_mixahead = SCVARF("_snd_mixahead", "0.2", CVAR_ARCHIVE);
|
||||
cvar_t snd_leftisright = SCVARF("snd_leftisright", "0", CVAR_ARCHIVE);
|
||||
|
|
Loading…
Reference in a new issue