aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
authorMartin Kiewitz2010-07-12 11:20:42 +0000
committerMartin Kiewitz2010-07-12 11:20:42 +0000
commitad098addd25891daf876a0ac21122d94920b2fcb (patch)
tree206ab7d0752deaaf45d649f307cb5b4726769ff5 /engines
parent20ef5c562335e1f3fa45307b3f43065da0c4dfa4 (diff)
downloadscummvm-rg350-ad098addd25891daf876a0ac21122d94920b2fcb.tar.gz
scummvm-rg350-ad098addd25891daf876a0ac21122d94920b2fcb.tar.bz2
scummvm-rg350-ad098addd25891daf876a0ac21122d94920b2fcb.zip
SCI: adding uninitialized workaround for lsl6
svn-id: r50819
Diffstat (limited to 'engines')
-rw-r--r--engines/sci/engine/vm.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/sci/engine/vm.cpp b/engines/sci/engine/vm.cpp
index 32da080e43..42f7424bf9 100644
--- a/engines/sci/engine/vm.cpp
+++ b/engines/sci/engine/vm.cpp
@@ -358,6 +358,7 @@ static const SciWorkaroundEntry uninitializedReadWorkarounds[] = {
{ GID_KQ6, 500, 0, "rm500", "init", -1, 0, { 0, 0 } }, // going to island of the beast
{ GID_KQ6, 520, 0, "rm520", "init", -1, 0, { 0, 0 } }, // going to boiling water trap on beast isle
{ GID_KQ6, 30, 0, "rats", "changeState", -1, 0, { 0, 0 } }, // rats in the catacombs
+ { GID_LSL6, 85, 0, "washcloth", "doVerb", -1, 0, { 0, 0 } }, // washcloth in inventory
{ GID_SQ1, 703, 0, "", "export 1", -1, 0, { 0, 0 } }, // sub that's called from several objects while on sarien battle cruiser
{ GID_SQ1, 703, 0, "firePulsar", "changeState", 0x18a, 0, { 0, 0 } }, // export 1, but called locally (when shooting at aliens)
{ GID_SQ4, 928, 0, "Narrator", "startText", -1, 1000, { 0, 1 } }, // sq4cd: method returns this to the caller