diff options
author | Martin Kiewitz | 2010-08-11 03:39:51 +0000 |
---|---|---|
committer | Martin Kiewitz | 2010-08-11 03:39:51 +0000 |
commit | 7a7916421ab9d38fea89d9510f85c942d665c6be (patch) | |
tree | e841fc3499d782827f829bd7dd6d94878872d35f /engines | |
parent | 145969c35b97f8aa9a12eb25477052949c533ea5 (diff) | |
download | scummvm-rg350-7a7916421ab9d38fea89d9510f85c942d665c6be.tar.gz scummvm-rg350-7a7916421ab9d38fea89d9510f85c942d665c6be.tar.bz2 scummvm-rg350-7a7916421ab9d38fea89d9510f85c942d665c6be.zip |
SCI: adding workaround for hoyl4
bug #3042756, although there is another bug shortly after
svn-id: r51968
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 013858dbcc..2967bccbd6 100644 --- a/engines/sci/engine/workarounds.cpp +++ b/engines/sci/engine/workarounds.cpp @@ -104,6 +104,7 @@ const SciWorkaroundEntry uninitializedReadWorkarounds[] = { { GID_HOYLE3, -1, 700, 0, "gcWindow", "open", -1, -1, { WORKAROUND_FAKE, 0 } }, // when entering control menu { GID_HOYLE3, 100, 100, 0, "dominoHand2", "cue", -1, 1, { WORKAROUND_FAKE, 0 } }, // while playing domino - bug #3036918 { GID_HOYLE4, -1, 0, 0, "gcWindow", "open", -1, -1, { WORKAROUND_FAKE, 0 } }, // when selecting "Control" from the menu (temp vars 0-3) - bug #3039294 + { GID_HOYLE4, 910, 18, 0, "Tray", "init", -1, 0, { WORKAROUND_FAKE, 0 } }, // during tutorial - bug #3042756 { GID_HOYLE4, 910, 910, 0, "IconBarList", "setup", -1, 3, { WORKAROUND_FAKE, 0 } }, // when selecting "Tutorial" from the main menu - bug #3039294 { GID_ISLANDBRAIN, 140, 140, 0, "piece", "init", -1, 3, { WORKAROUND_FAKE, 1 } }, // first puzzle right at the start, some initialization variable. bnt is done on it, and it should be non-0 { GID_ISLANDBRAIN, 200, 268, 0, "anElement", "select", -1, 0, { WORKAROUND_FAKE, 0 } }, // elements puzzle, gets used before super TextIcon |