Skip to content

Commit

Permalink
- removed obsolete snd_flipstereo CVAR
Browse files Browse the repository at this point in the history
  • Loading branch information
alexey-lysiuk authored and madame-rachelle committed May 14, 2019
1 parent 871b2ea commit 4e5bd16
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/s_sound.cpp
Expand Up @@ -163,7 +163,6 @@ CUSTOM_CVAR (Int, snd_channels, 128, CVAR_ARCHIVE|CVAR_GLOBALCONFIG) // number o
{
if (self < 64) self = 64;
}
CVAR (Bool, snd_flipstereo, false, CVAR_ARCHIVE|CVAR_GLOBALCONFIG)
CVAR(Bool, snd_waterreverb, true, CVAR_ARCHIVE | CVAR_GLOBALCONFIG)

// CODE --------------------------------------------------------------------
Expand Down

0 comments on commit 4e5bd16

Please sign in to comment.