From 1dc03e1a4c7d81dd44409f0f84778b1eb0c40d70 Mon Sep 17 00:00:00 2001 From: Peter Veenstra Date: Mon, 20 Jan 2003 20:00:28 +0000 Subject: [PATCH] added property for disney Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@649 --- src/dosbox.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/dosbox.cpp b/src/dosbox.cpp index 56087e71..1535114d 100644 --- a/src/dosbox.cpp +++ b/src/dosbox.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002 The DOSBox Team + * Copyright (C) 2002-2003 The DOSBox Team * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -202,6 +202,7 @@ void DOSBOX_Init(void) { // secprop=control->AddSection_prop("gus",&GUS_Init); secprop=control->AddSection_prop("disney",&DISNEY_Init); + secprop->Add_bool("enabled",true); secprop=control->AddSection_prop("speaker",&PCSPEAKER_Init); secprop->Add_bool("enabled",true);