aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
authorMartin Kiewitz2010-07-19 19:14:37 +0000
committerMartin Kiewitz2010-07-19 19:14:37 +0000
commit5b4ce3831c91d89c1214f412d90c4d36fc84932d (patch)
tree4a9fe23512cedc89f54bdef7026fabd7185f9492 /engines
parent6240e5353e1b26e78893bf2b7bca182b00fcd379 (diff)
downloadscummvm-rg350-5b4ce3831c91d89c1214f412d90c4d36fc84932d.tar.gz
scummvm-rg350-5b4ce3831c91d89c1214f412d90c4d36fc84932d.tar.bz2
scummvm-rg350-5b4ce3831c91d89c1214f412d90c4d36fc84932d.zip
SCI: adding 2 uninit workarounds for hoyle1
svn-id: r51036
Diffstat (limited to 'engines')
-rw-r--r--engines/sci/engine/vm.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/sci/engine/vm.cpp b/engines/sci/engine/vm.cpp
index 419acd3871..bd92b18d82 100644
--- a/engines/sci/engine/vm.cpp
+++ b/engines/sci/engine/vm.cpp
@@ -382,6 +382,8 @@ static const SciWorkaroundEntry uninitializedReadWorkarounds[] = {
{ GID_FREDDYPHARKAS, -1, 31, 0, "quitWin", "open", -1, 5, { 0, 0xf } }, // is used as priority for game menu
{ GID_GK1, -1, 64950, 1, "Feature", "handleEvent", -1, 0, { 0, 0 } }, // sometimes when walk-clicking
{ GID_GK2, 34, 11, 0, "", "export 10", -1, 3, { 0, 0 } }, // called when the game starts
+ { GID_HOYLE1, 4, 104, 0, "GinRummyCardList", "calcRuns", -1, 4, { 0, 0 } }, // Gin Rummy / right when the game starts
+ { GID_HOYLE1, 5, 204, 0, "tableau", "checkRuns", -1, 2, { 0, 0 } }, // Cribbage / during the game
{ GID_HOYLE3, 200, 0, 1, "Character", "say", -1, 504, { 0, 0 } }, // when starting checkers, first time a character says something
{ GID_HOYLE3, 200, 0, 1, "Character", "say", -1, 505, { 0, 0 } }, // when starting checkers, first time a character says something
{ GID_HOYLE3, -1, 700, 0, "gcWindow", "open", -1, -1, { 0, 0 } }, // when entering control menu