mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-13 07:57:52 +00:00
- removed obsolete snd_flipstereo CVAR
https://forum.zdoom.org/viewtopic.php?t=64630
This commit is contained in:
parent
4fb508743c
commit
18811fc032
1 changed files with 0 additions and 1 deletions
|
@ -163,7 +163,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 --------------------------------------------------------------------
|
||||||
|
|
Loading…
Reference in a new issue