diff --git a/stepmania/src/RandomSample.cpp b/stepmania/src/RandomSample.cpp index 868c097eaf..0e2d70aaa5 100644 --- a/stepmania/src/RandomSample.cpp +++ b/stepmania/src/RandomSample.cpp @@ -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()