Bug 5178 - Sound quality menu option has no effect
This commit is contained in:
parent
bc3e989967
commit
af4607c026
2 changed files with 0 additions and 33 deletions
|
@ -77,7 +77,6 @@ int s_numSfx = 0;
|
|||
static sfx_t *sfxHash[LOOP_HASH];
|
||||
|
||||
cvar_t *s_testsound;
|
||||
cvar_t *s_khz;
|
||||
cvar_t *s_show;
|
||||
cvar_t *s_mixahead;
|
||||
cvar_t *s_mixPreStep;
|
||||
|
@ -1494,7 +1493,6 @@ qboolean S_Base_Init( soundInterface_t *si ) {
|
|||
return qfalse;
|
||||
}
|
||||
|
||||
s_khz = Cvar_Get ("s_khz", "22", CVAR_ARCHIVE);
|
||||
s_mixahead = Cvar_Get ("s_mixahead", "0.2", CVAR_ARCHIVE);
|
||||
s_mixPreStep = Cvar_Get ("s_mixPreStep", "0.05", CVAR_ARCHIVE);
|
||||
s_show = Cvar_Get ("s_show", "0", CVAR_CHEAT);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue