mirror of
https://github.com/ZDoom/gzdoom.git
synced 2025-01-18 15:42:34 +00:00
- Removed obsolete snd_surround cvar.
SVN r1550 (trunk)
This commit is contained in:
parent
dcedad548b
commit
e865d95070
2 changed files with 4 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue