- removed obsolete snd_flipstereo CVAR

https://forum.zdoom.org/viewtopic.php?t=64630
This commit is contained in:
alexey.lysiuk 2019-05-09 13:06:16 +03:00 committed by drfrag
parent 93b7f16e8d
commit 8c81888471

View file

@ -168,7 +168,6 @@ CUSTOM_CVAR (Int, snd_channels, 128, CVAR_ARCHIVE|CVAR_GLOBALCONFIG) // number o
{ {
if (self < 64) self = 64; if (self < 64) self = 64;
} }
CVAR (Bool, snd_flipstereo, false, CVAR_ARCHIVE|CVAR_GLOBALCONFIG)
CVAR(Bool, snd_waterreverb, true, CVAR_ARCHIVE | CVAR_GLOBALCONFIG) CVAR(Bool, snd_waterreverb, true, CVAR_ARCHIVE | CVAR_GLOBALCONFIG)
// CODE -------------------------------------------------------------------- // CODE --------------------------------------------------------------------