diff options
author | Filippos Karapetis | 2010-11-30 00:27:36 +0000 |
---|---|---|
committer | Filippos Karapetis | 2010-11-30 00:27:36 +0000 |
commit | b8373668711390ceff0b783c4bd3c17e81873174 (patch) | |
tree | 7fbcb46230ef9b7c9137857929765a37ae5b4ccd /engines/sci | |
parent | 6c73f8266e2155653c759897ec9381427adb82a4 (diff) | |
download | scummvm-rg350-b8373668711390ceff0b783c4bd3c17e81873174.tar.gz scummvm-rg350-b8373668711390ceff0b783c4bd3c17e81873174.tar.bz2 scummvm-rg350-b8373668711390ceff0b783c4bd3c17e81873174.zip |
SCI: Added an uninitialized read script workaround for QFG1VGA
svn-id: r54663
Diffstat (limited to 'engines/sci')
-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 de49db1f21..571605da49 100644 --- a/engines/sci/engine/workarounds.cpp +++ b/engines/sci/engine/workarounds.cpp @@ -173,6 +173,7 @@ const SciWorkaroundEntry uninitializedReadWorkarounds[] = { { GID_QFG1, -1, 210, 0, "Encounter", "init", 0xbe4, 0, { WORKAROUND_FAKE, 0 } }, // qfg1: going to the brigands hideout { GID_QFG1VGA, 16, 16, 0, "lassoFailed", "changeState", -1, -1, { WORKAROUND_FAKE, 0 } }, // qfg1vga: casting the "fetch" spell in the screen with the flowers, temps 0 and 1 - bug #3053268 { GID_QFG1VGA, -1, 210, 0, "Encounter", "init", 0xcee, 0, { WORKAROUND_FAKE, 0 } }, // qfg1vga: going to the brigands hideout - bug #3109299 + { GID_QFG1VGA, -1, 210, 0, "Encounter", "init", 0xce7, 0, { WORKAROUND_FAKE, 0 } }, // qfg1vga: going to room 92 { GID_QFG2, -1, 71, 0, "theInvSheet", "doit", -1, 1, { WORKAROUND_FAKE, 0 } }, // accessing the inventory { GID_QFG2, -1, 701, -1, "Alley", "at", -1, 0, { WORKAROUND_FAKE, 0 } }, // when walking inside the alleys in the town - bug #3035835 & #3038367 { GID_QFG2, -1, 990, 0, "Restore", "doit", -1, 364, { WORKAROUND_FAKE, 0 } }, // when pressing enter in restore dialog w/o any saved games present |