diff options
author | Filippos Karapetis | 2011-10-09 03:04:21 +0300 |
---|---|---|
committer | Filippos Karapetis | 2011-10-09 03:04:54 +0300 |
commit | b4a23a709d880577fd7d3660f8a701ed6cc9f871 (patch) | |
tree | 934f3a4d1f1c1cf00c3aac6affd5c6a3815b28d9 /engines | |
parent | 2e07b9f464ba1386d18fa0077aeaf8cb5ab3ab4f (diff) | |
download | scummvm-rg350-b4a23a709d880577fd7d3660f8a701ed6cc9f871.tar.gz scummvm-rg350-b4a23a709d880577fd7d3660f8a701ed6cc9f871.tar.bz2 scummvm-rg350-b4a23a709d880577fd7d3660f8a701ed6cc9f871.zip |
SCI2+: Added a workaround for an uninitialized temp in PQ4
Diffstat (limited to 'engines')
-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 ac8d5fa262..90b685eaff 100644 --- a/engines/sci/engine/workarounds.cpp +++ b/engines/sci/engine/workarounds.cpp @@ -124,6 +124,7 @@ const SciWorkaroundEntry uninitializedReadWorkarounds[] = { { 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_PEPPER, 150, 928, 0, "Narrator", "startText", -1, 0, { WORKAROUND_FAKE, 0 } }, // happens during the non-interactive demo of Pepper + { GID_PQ4, -1, 25, 0, "iconToggle", "select", -1, 1, { WORKAROUND_FAKE, 0 } }, // when toggling the icon bar to auto-hide or not { GID_PQSWAT, -1, 64950, 0, "View", "handleEvent", -1, 0, { WORKAROUND_FAKE, 0 } }, // Using the menu in the beginning { 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 |