mirror of
https://github.com/yquake2/yquake2remaster.git
synced 2024-11-22 20:51:31 +00:00
s_khz per Default auf 44
This commit is contained in:
parent
7c6551dc0f
commit
f0fa091fde
1 changed files with 1 additions and 1 deletions
|
@ -121,7 +121,7 @@ S_Init ( void )
|
|||
else
|
||||
{
|
||||
s_volume = Cvar_Get( "s_volume", "0.7", CVAR_ARCHIVE );
|
||||
s_khz = Cvar_Get( "s_khz", "22", CVAR_ARCHIVE );
|
||||
s_khz = Cvar_Get( "s_khz", "44", CVAR_ARCHIVE );
|
||||
s_loadas8bit = Cvar_Get( "s_loadas8bit", "0", CVAR_ARCHIVE );
|
||||
s_mixahead = Cvar_Get( "s_mixahead", "0.14", CVAR_ARCHIVE );
|
||||
s_show = Cvar_Get( "s_show", "0", 0 );
|
||||
|
|
Loading…
Reference in a new issue