From 204af179a09ee7d2d04e2b9773a19be362f6ebcb Mon Sep 17 00:00:00 2001 From: nebogeo Date: Thu, 12 Dec 2002 21:23:11 +0000 Subject: [PATCH] fixed an output plugin bug incorporated in the last commit --- SpiralSound/Plugins/OutputPlugin/OutputPlugin.C | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/SpiralSound/Plugins/OutputPlugin/OutputPlugin.C b/SpiralSound/Plugins/OutputPlugin/OutputPlugin.C index dc76047..fe8a18a 100644 --- a/SpiralSound/Plugins/OutputPlugin/OutputPlugin.C +++ b/SpiralSound/Plugins/OutputPlugin/OutputPlugin.C @@ -113,6 +113,7 @@ OutputPlugin::~OutputPlugin() { cb_Blocking(m_Parent,false); OSSOutput::PackUpAndGoHome(); + m_Mode=NO_MODE; } } @@ -191,9 +192,7 @@ void OutputPlugin::Execute() void OutputPlugin::ExecuteCommands() { // Only Play() once per set of plugins - - cerr<