diff options
author | Torbjörn Andersson | 2005-01-10 13:16:21 +0000 |
---|---|---|
committer | Torbjörn Andersson | 2005-01-10 13:16:21 +0000 |
commit | 81cf3d77ef0b696d4560c8333fd1906ac9e037f4 (patch) | |
tree | 1b1ca93bce5e06e446c9b961dd49b2f405a02a9c | |
parent | 8619868aed2709f48480b011ae70299de742389f (diff) | |
download | scummvm-rg350-81cf3d77ef0b696d4560c8333fd1906ac9e037f4.tar.gz scummvm-rg350-81cf3d77ef0b696d4560c8333fd1906ac9e037f4.tar.bz2 scummvm-rg350-81cf3d77ef0b696d4560c8333fd1906ac9e037f4.zip |
Updated the SAGA XMIDI issue.
svn-id: r16518
-rw-r--r-- | TODO | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -335,8 +335,9 @@ SAGA * Optimize screen output. Now we blit whole screen for each frame. * When using the original XMIDI music resources, some songs play at the wrong speed. The worst example I've heard of this is the "Elk Fanfare" during the - intro. My guess is that it's one of those meta events we're not handling - that's supposed to set the tempo. + intro. It could be the meta events we don't handle, but at least the tempo + event doesn't seem to make any difference. Maybe something in the data + header instead...? - plans - * Implement unimplemented/proofread unchecked opcodes |