fix for bug #762593 (ZAK256: Audio CD not handled properly)
svn-id: r9135
This commit is contained in:
parent
3b033956aa
commit
2becb78d86
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue