From fb4053b38ca0aedc3ed9b4dbdf283f55d0e98e1c Mon Sep 17 00:00:00 2001 From: Sjoerd van der Berg Date: Tue, 14 Oct 2003 23:03:39 +0000 Subject: [PATCH] Removed help line and changed option. Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1331 --- src/hardware/sblaster.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/hardware/sblaster.cpp b/src/hardware/sblaster.cpp index 4b36aac8..fc8f6a44 100644 --- a/src/hardware/sblaster.cpp +++ b/src/hardware/sblaster.cpp @@ -843,9 +843,8 @@ static void SBLASTER_CallBack(Bit8u * stream,Bit32u len) { void SBLASTER_Init(Section* sec) { Bitu i; - MSG_Add("SBLASTER_CONFIGFILE_HELP","Sound Blaster related options.\n"); Section_prop * section=static_cast(sec); - if(!section->Get_bool("enabled")) return; + if(!section->Get_bool("sblaster")) return; sb.chan=MIXER_AddChannel(&SBLASTER_CallBack,22050,"SBLASTER"); MIXER_Enable(sb.chan,false); sb.dsp.state=DSP_S_NORMAL;