diff --git a/stepmania/src/RageSoundReader_Chain.cpp b/stepmania/src/RageSoundReader_Chain.cpp index 05d692b002..9f944fb340 100644 --- a/stepmania/src/RageSoundReader_Chain.cpp +++ b/stepmania/src/RageSoundReader_Chain.cpp @@ -368,7 +368,7 @@ int RageSoundReader_Chain::Read( char *pBuffer, int iFrames ) if( iGotFrames < 0 ) { iFramesRead = iGotFrames; - continue; + break; } mix.SetWriteOffset( iFramesRead * pSound->GetNumChannels() );