diff options
author | Filippos Karapetis | 2011-06-28 12:55:05 +0300 |
---|---|---|
committer | Filippos Karapetis | 2011-06-28 12:56:09 +0300 |
commit | 168ba00ea36f8ef6e6127ef5091a5cf9f6c1b190 (patch) | |
tree | 424930d0cfade522491db2cc546056d81be02c61 | |
parent | 857f146bcb585ddffba581eb9d7ad7c8f20e7f5f (diff) | |
download | scummvm-rg350-168ba00ea36f8ef6e6127ef5091a5cf9f6c1b190.tar.gz scummvm-rg350-168ba00ea36f8ef6e6127ef5091a5cf9f6c1b190.tar.bz2 scummvm-rg350-168ba00ea36f8ef6e6127ef5091a5cf9f6c1b190.zip |
SCI: Fixed script bug #3292327 - "SCI: HOYLE4: Cribbage bug"
-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 768ba28518..e61da20f97 100644 --- a/engines/sci/engine/workarounds.cpp +++ b/engines/sci/engine/workarounds.cpp @@ -77,6 +77,7 @@ const SciWorkaroundEntry uninitializedReadWorkarounds[] = { { GID_HOYLE4, 700, 700, 1, "BridgeHand", "calcQTS", -1, 3, { WORKAROUND_FAKE, 0 } }, // sometimes when placing a bid in bridge { GID_HOYLE4, 300, 300, 0, "", "export 2", 0x1d4d, 0, { WORKAROUND_FAKE, 0 } }, // after passing around cards in hearts { GID_HOYLE4, 400, 400, 1, "GinHand", "calcRuns", -1, 4, { WORKAROUND_FAKE, 0 } }, // sometimes while playing Gin Rummy (e.g. when knocking and placing a card) - bug #3292334 + { GID_HOYLE4, 500, 17, 1, "Character", "say", -1, 504, { WORKAROUND_FAKE, 0 } }, // sometimes while playing Cribbage (e.g. when the opponent says "Last Card") - bug #3292327 { GID_ISLANDBRAIN, 100, 937, 0, "IconBar", "dispatchEvent", -1, 58, { WORKAROUND_FAKE, 0 } }, // when using ENTER at the startup menu - bug #3045225 { 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 |