Amiga: take loop pos into account
This commit is contained in:
parent
785f7e4d40
commit
31f8378cef
3 changed files with 19 additions and 2 deletions
|
|
@ -1314,7 +1314,7 @@ bool DivEngine::loadFur(unsigned char* file, size_t len) {
|
|||
// reserved
|
||||
for (int j=0; j<3; j++) reader.readC();
|
||||
|
||||
if (ds.version>=18) {
|
||||
if (ds.version>=19) {
|
||||
sample->loopStart=reader.readI();
|
||||
} else {
|
||||
reader.readI();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue