fix Windows compile

This commit is contained in:
Glenn Maynard
2004-09-09 17:57:45 +00:00
parent ce4656bc51
commit 399533708e
@@ -235,9 +235,6 @@ RageSound_DSound::RageSound_DSound():
LOG->Trace("Got %i hardware buffers", stream_pool.size());
/* Set channel volumes. */
VolumeChanged();
MixingThread.SetName("Mixer thread");
MixingThread.Create( MixerThread_start, this );
}