aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Snover2016-10-16 19:15:59 -0500
committerColin Snover2016-10-16 19:30:47 -0500
commite704e5f3c82979eec16e49e54098f8c0e57a3ac8 (patch)
tree262a20e212c2a2ff57ca1053026c5d208f90d944
parenta43692f884eb2600c4e7ee0a1b60e2d3fb9f00ee (diff)
downloadscummvm-rg350-e704e5f3c82979eec16e49e54098f8c0e57a3ac8.tar.gz
scummvm-rg350-e704e5f3c82979eec16e49e54098f8c0e57a3ac8.tar.bz2
scummvm-rg350-e704e5f3c82979eec16e49e54098f8c0e57a3ac8.zip
SCI32: Fix crash when clicking around the arterial blockage in SQ6
Thanks @hpvb for the report. Fixes Trac#9615. Closes #850.
-rw-r--r--engines/sci/engine/workarounds.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/sci/engine/workarounds.cpp b/engines/sci/engine/workarounds.cpp
index 99374a122e..dabf79a54b 100644
--- a/engines/sci/engine/workarounds.cpp
+++ b/engines/sci/engine/workarounds.cpp
@@ -694,6 +694,7 @@ const SciWorkaroundEntry kNumCels_workarounds[] = {
{ GID_SQ6, 320, 64998, -1, "wandererB", "lastCel", NULL, -1, { WORKAROUND_FAKE, 8 } }, // random background movement on Polysorbate LX street 3
{ GID_SQ6, 340, 64998, -1, "wandererB", "lastCel", NULL, -1, { WORKAROUND_FAKE, 8 } }, // random background movement on Polysorbate LX street 1
{ GID_SQ6, 530, 64998, -1, "monitors", "lastCel", NULL, -1, { WORKAROUND_FAKE, 5 } }, // random background movement during cutscene
+ { GID_SQ6, 680, 64998, -1, "ego", "lastCel", NULL, -1, { WORKAROUND_FAKE, 44 } }, // when double-clicking hand icon on blockage
SCI_WORKAROUNDENTRY_TERMINATOR
};