Change the default sound effects volume to 50%
This commit is contained in:
parent
9c24639c1d
commit
b9cd2ecd75
1 changed files with 1 additions and 1 deletions
|
|
@ -107,7 +107,7 @@ CUSTOM_CVAR(Float, snd_mastervolume, 0.5f, CVAR_ARCHIVE | CVAR_GLOBALCONFIG | CV
|
|||
// Maximum volume of a sound effect.
|
||||
//==========================================================================
|
||||
|
||||
CUSTOM_CVAR (Float, snd_sfxvolume, 1.f, CVAR_ARCHIVE|CVAR_GLOBALCONFIG|CVAR_NOINITCALL)
|
||||
CUSTOM_CVAR (Float, snd_sfxvolume, 0.5f, CVAR_ARCHIVE|CVAR_GLOBALCONFIG|CVAR_NOINITCALL)
|
||||
{
|
||||
if (self < 0.f)
|
||||
self = 0.f;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue