diff --git a/stepmania/src/RageSoundReader_SDL_Sound.cpp b/stepmania/src/RageSoundReader_SDL_Sound.cpp index 8352e8aedb..f1893c09cc 100644 --- a/stepmania/src/RageSoundReader_SDL_Sound.cpp +++ b/stepmania/src/RageSoundReader_SDL_Sound.cpp @@ -123,9 +123,6 @@ int SoundReader_SDL_Sound::Read(char *buf, unsigned len) int cnt = Sound_Decode(Sample); - if(Sample->flags & SOUND_SAMPLEFLAG_EOF) - return bytes_read; /* EOF */ - if(Sample->flags & SOUND_SAMPLEFLAG_ERROR) { SetError(Sound_GetError());