1
0
Fork 0

Remove help line and changed option.

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1329
This commit is contained in:
Sjoerd van der Berg 2003-10-14 23:02:32 +00:00
parent 3fb5978769
commit b1fe464f4f

View file

@ -206,9 +206,8 @@ static void PCSPEAKER_CallBack(Bit8u * stream,Bit32u len) {
}
void PCSPEAKER_Init(Section* sec) {
MSG_Add("SPEAKER_CONFIGFILE_HELP","PC-Speaker and TandySound options.\n");
Section_prop * section=static_cast<Section_prop *>(sec);
if(!section->Get_bool("enabled")) return;
if(!section->Get_bool("pcspeaker")) return;
spkr.volume=SPKR_VOLUME;
spkr.mode=MODE_NONE;
spkr.pit_mode=MODE_WAVE;