Add cyx patch for bug #1915657 - ELVIRA1: Amiga crashes (paula.h:108).

svn-id: r31372
This commit is contained in:
Travis Howell 2008-04-03 23:41:24 +00:00
parent 510a81bbd8
commit 27a39e7f12

View File

@ -448,8 +448,8 @@ void ProtrackerStream::interrupt(void) {
sample.data,
sample.replen > 2 ? sample.data + sample.repeat : 0,
sample.len,
sample.replen,
_track[track].offset);
sample.replen);
setChannelOffset(track, _track[track].offset);
_track[track].sample = 0;
}
}