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<