fix bad merge

This commit is contained in:
Glenn Maynard
2007-01-18 08:45:58 +00:00
parent 2387a4e662
commit a6b63cce18
+1 -1
View File
@@ -113,7 +113,7 @@ void RandomSample::PlayCopyOfRandom()
int iIndexToPlay = GetNextToPlay();
if( iIndexToPlay == -1 )
return;
m_pSamples[m_iIndexLastPlayed]->Stop();
m_pSamples[iIndexToPlay]->PlayCopy();
}
void RandomSample::Stop()