diff options
author | Martin Kiewitz | 2010-07-21 13:52:41 +0000 |
---|---|---|
committer | Martin Kiewitz | 2010-07-21 13:52:41 +0000 |
commit | 51258a723c1e5ab2e761556795974b40843553e8 (patch) | |
tree | 4075f611755bdd0d81e747d603eae36a34c7e692 /engines/sci/engine | |
parent | e1bc084547ff6235fe35e8f9830f34859c255db7 (diff) | |
download | scummvm-rg350-51258a723c1e5ab2e761556795974b40843553e8.tar.gz scummvm-rg350-51258a723c1e5ab2e761556795974b40843553e8.tar.bz2 scummvm-rg350-51258a723c1e5ab2e761556795974b40843553e8.zip |
SCI: adding lsl6hires uninit workaround
svn-id: r51087
Diffstat (limited to 'engines/sci/engine')
-rw-r--r-- | engines/sci/engine/vm.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/sci/engine/vm.cpp b/engines/sci/engine/vm.cpp index 78b85df0c8..774d75b127 100644 --- a/engines/sci/engine/vm.cpp +++ b/engines/sci/engine/vm.cpp @@ -420,6 +420,7 @@ static const SciWorkaroundEntry uninitializedReadWorkarounds[] = { { GID_LSL6, -1, 85, 0, "washcloth", "doVerb", -1, 0, { FAKE, 0 } }, // washcloth in inventory { GID_LSL6, -1, 928, -1, "Narrator", "startText", -1, 0, { FAKE, 0 } }, // used by various objects that are even translated in foreign versions, that's why we use the base-class { GID_LSL6HIRES, 0, 85, 0, "LL6Inv", "init", -1, 0, { FAKE, 0 } }, // on startup + { GID_LSL6HIRES, -1, 64950, 1, "Feature", "handleEvent", -1, 0, { FAKE, 0 } }, // at least when entering swimming pool area { GID_QFG2, -1, 71, 0, "theInvSheet", "doit", -1, 1, { FAKE, 0 } }, // accessing the inventory { GID_SQ1, -1, 703, 0, "", "export 1", -1, 0, { FAKE, 0 } }, // sub that's called from several objects while on sarien battle cruiser { GID_SQ1, -1, 703, 0, "firePulsar", "changeState", 0x18a, 0, { FAKE, 0 } }, // export 1, but called locally (when shooting at aliens) |