fix for bug #762593 (ZAK256: Audio CD not handled properly)

svn-id: r9135
This commit is contained in:
Max Horn 2003-07-22 22:14:14 +00:00
parent 3b033956aa
commit 2becb78d86

View file

@ -460,7 +460,7 @@ void Sound::playSound(int soundID) {
if (pollCD() == 1)
return;
playCDTrack(track, loops == 0xff ? -1 : loops, start, end);
playCDTrack(track, loops == 0xff ? -1 : loops, start, end - start);
_currentCDSound = soundID;
break;
}