mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-11 07:12:16 +00:00
- Fixed: XMISong::ProcessInitialMetaEvents() did not set the Division for tempo events. (Why
does XMI modify the division based on the tempo?) SVN r3382 (trunk)
This commit is contained in:
parent
d6e898be38
commit
d3ad8ca3d8
1 changed files with 1 additions and 0 deletions
|
@ -634,6 +634,7 @@ void XMISong::ProcessInitialMetaEvents ()
|
||||||
(track->EventChunk[track->EventP+1]<<8) |
|
(track->EventChunk[track->EventP+1]<<8) |
|
||||||
(track->EventChunk[track->EventP+2])
|
(track->EventChunk[track->EventP+2])
|
||||||
);
|
);
|
||||||
|
Division = Tempo * 3 / 25000;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue