setup: Use SNDDEVICE_SB for OPL, not ..._ADLIB.

We use SNDDEVICE_SB as the default everywhere else, so we need to be
consistent.
This commit is contained in:
Simon Howard 2016-06-05 15:17:47 -04:00
parent d0de770d99
commit ad113dcdd0

View file

@ -152,8 +152,8 @@ void ConfigSound(void)
TXT_NewRadioButton("Disabled", &snd_musicdevice, SNDDEVICE_NONE),
TXT_NewRadioButton("OPL (Adlib/Soundblaster)", &snd_musicdevice,
SNDDEVICE_ADLIB),
TXT_NewConditional(&snd_musicdevice, SNDDEVICE_ADLIB,
SNDDEVICE_SB),
TXT_NewConditional(&snd_musicdevice, SNDDEVICE_SB,
TXT_NewHorizBox(
TXT_NewStrut(4, 0),
TXT_NewLabel("Chip type: "),