diff options
Diffstat (limited to 'sound/decoders/iff_sound.cpp')
| -rw-r--r-- | sound/decoders/iff_sound.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/sound/decoders/iff_sound.cpp b/sound/decoders/iff_sound.cpp index 92054901e4..148de5b621 100644 --- a/sound/decoders/iff_sound.cpp +++ b/sound/decoders/iff_sound.cpp @@ -114,7 +114,7 @@ AudioStream *make8SVXStream(Common::ReadStream &input, bool loop) {  	if (loop) {  		// the standard way to loop 8SVX audio implies use of the oneShotHiSamples and  		// repeatHiSamples fields -		loopStart = loader._header.oneShotHiSamples; +		loopStart = 0;  		loopEnd = loader._header.oneShotHiSamples + loader._header.repeatHiSamples;  		if (loopStart != loopEnd) { | 
