diff options
author | Filippos Karapetis | 2010-08-07 01:14:58 +0000 |
---|---|---|
committer | Filippos Karapetis | 2010-08-07 01:14:58 +0000 |
commit | 978e52379f50cb787000bbfdfca804e25a59783a (patch) | |
tree | baac07f6097722fef14360616bf1ba7af9a37bd9 | |
parent | ab79d581531355f76f90ce0668e012ffbfa201f5 (diff) | |
download | scummvm-rg350-978e52379f50cb787000bbfdfca804e25a59783a.tar.gz scummvm-rg350-978e52379f50cb787000bbfdfca804e25a59783a.tar.bz2 scummvm-rg350-978e52379f50cb787000bbfdfca804e25a59783a.zip |
SCI: Fixed script bug #3040012 - "PEPPER: Book crash"
svn-id: r51822
-rw-r--r-- | engines/sci/engine/workarounds.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/sci/engine/workarounds.cpp b/engines/sci/engine/workarounds.cpp index b7bb306edf..25d0c16196 100644 --- a/engines/sci/engine/workarounds.cpp +++ b/engines/sci/engine/workarounds.cpp @@ -141,6 +141,7 @@ const SciWorkaroundEntry uninitializedReadWorkarounds[] = { { GID_MOTHERGOOSE, 18, 992, 0, "AIPath", "init", -1, 0, { WORKAROUND_FAKE, 0 } }, // DEMO: Called when walking north from mother goose's house two screens { GID_MOTHERGOOSEHIRES,-1,64950, 1, "Feature", "handleEvent", -1, 0, { WORKAROUND_FAKE, 0 } }, // right when clicking on a child at the start and probably also later { GID_MOTHERGOOSEHIRES,-1,64950, 1, "View", "handleEvent", -1, 0, { WORKAROUND_FAKE, 0 } }, // see above + { GID_PEPPER, -1, 894, 0, "Package", "doVerb", -1, 3, { WORKAROUND_FAKE, 0 } }, // using the hand on the book in the inventory - bug #3040012 { GID_QFG1, -1, 210, 0, "Encounter", "init", 0xbd0, 0, { WORKAROUND_FAKE, 0 } }, // hq1: going to the brigands hideout { GID_QFG1, -1, 210, 0, "Encounter", "init", 0xbe4, 0, { WORKAROUND_FAKE, 0 } }, // qfg1: going to the brigands hideout { GID_QFG2, -1, 71, 0, "theInvSheet", "doit", -1, 1, { WORKAROUND_FAKE, 0 } }, // accessing the inventory |