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:
Spoike 2006-02-26 05:48:40 +00:00
parent 247059e961
commit f7f18ffd66
1 changed files with 1 additions and 1 deletions

View File

@ -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);