StartDecodeThread

This commit is contained in:
Glenn Maynard
2004-04-02 21:32:25 +00:00
parent 1060269709
commit 9d33223c92
4 changed files with 8 additions and 0 deletions
@@ -135,6 +135,8 @@ RageSound_WaveOut::RageSound_WaveOut()
buffers[b].dwFlags |= WHDR_DONE;
}
StartDecodeThread();
MixingThread.SetName("Mixer thread");
MixingThread.Create( MixerThread_start, this );
}