diff --git a/stepmania/src/RageSoundManager.cpp b/stepmania/src/RageSoundManager.cpp index 53f5d35d7d..38b9a52bfd 100644 --- a/stepmania/src/RageSoundManager.cpp +++ b/stepmania/src/RageSoundManager.cpp @@ -97,7 +97,7 @@ void RageSoundManager::PlayCopy( const RageSound &snd ) RageSound *newsnd = new RageSound(snd); /* PlayCopy's sounds must always stop on their own. */ - newsnd->SetLooping(true); + newsnd->SetLooping(false); newsnd->SetAutoStop(true); /* We're responsible for freeing it. */