diff options
author | Colin Snover | 2017-05-08 23:25:37 -0500 |
---|---|---|
committer | Colin Snover | 2017-05-08 23:59:28 -0500 |
commit | eb6e1791690c2498891071ecc944bb381b413732 (patch) | |
tree | c6db0d2b1d13d38ea5653d837046b6cc976ba99a /backends/platform/maemo | |
parent | ae628c18d462f4b58a6636f9fd4655e98072b5a1 (diff) | |
download | scummvm-rg350-eb6e1791690c2498891071ecc944bb381b413732.tar.gz scummvm-rg350-eb6e1791690c2498891071ecc944bb381b413732.tar.bz2 scummvm-rg350-eb6e1791690c2498891071ecc944bb381b413732.zip |
SCI: Fix SCI1.1 patch resources
While earlier commits had fixed handling of audio resources in
audio bundles to match SSCI, audio *patches* in SCI16 were still
being treated like standard resource patches. They are now
special-cased in the resource manager, just like SCI32.
Incidentally, while fixing the problem with audio patches, I also
noticed that the patch resource fixes for SQ5/German were very
similar to the special-case operations for resources in SCI32,
though using an odd heuristic. After investigating, it appears
that Sierra SCI1.1 works mostly like SCI32, and not like what
was there from SCI View. So, the old special-case code is deleted
and the special-case code for SCI32 has been expanded to cover
SCI1.1. (SSCI prior to 1.1 do not appear to do this
special-casing.)
Fixes Trac#9773.
Diffstat (limited to 'backends/platform/maemo')
0 files changed, 0 insertions, 0 deletions