Browse Source

fixed an output plugin bug incorporated in the last commit

master
nebogeo 22 years ago
parent
commit
204af179a0
1 changed files with 2 additions and 3 deletions
  1. +2
    -3
      SpiralSound/Plugins/OutputPlugin/OutputPlugin.C

+ 2
- 3
SpiralSound/Plugins/OutputPlugin/OutputPlugin.C View File

@@ -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<<m_RefCount<<" "<<m_NoExecuted<<endl;
m_NoExecuted--;
if (m_NoExecuted<=0)
{


Loading…
Cancel
Save