- Removed obsolete snd_surround cvar.

SVN r1550 (trunk)
This commit is contained in:
Randy Heit 2009-04-16 23:58:41 +00:00
parent dcedad548b
commit e865d95070
2 changed files with 4 additions and 2 deletions

View file

@ -1,4 +1,7 @@
April 15, 2009
April 16, 2009
- Removed obsolete snd_surround cvar.
April 15, 2009
- Changing screen resolution now adjusts the automap scale to be constant
relative to screen resolution.
- Fixed: When FMultiPatchTexture::MakeTexture() needed to work in RGB

View file

@ -131,7 +131,6 @@ FRolloffInfo S_Rolloff;
BYTE *S_SoundCurve;
int S_SoundCurveSize;
CVAR (Bool, snd_surround, true, CVAR_ARCHIVE|CVAR_GLOBALCONFIG) // [RH] Use surround sounds?
FBoolCVar noisedebug ("noise", false, 0); // [RH] Print sound debugging info?
CVAR (Int, snd_channels, 32, CVAR_ARCHIVE|CVAR_GLOBALCONFIG) // number of channels available
CVAR (Bool, snd_flipstereo, false, CVAR_ARCHIVE|CVAR_GLOBALCONFIG)