[Scummvm-git-logs] scummvm master -> e704e5f3c82979eec16e49e54098f8c0e57a3ac8

csnover csnover at users.noreply.github.com
Mon Oct 17 02:32:40 CEST 2016


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
e704e5f3c8 SCI32: Fix crash when clicking around the arterial blockage in SQ6


Commit: e704e5f3c82979eec16e49e54098f8c0e57a3ac8
    https://github.com/scummvm/scummvm/commit/e704e5f3c82979eec16e49e54098f8c0e57a3ac8
Author: Colin Snover (github.com at zetafleet.com)
Date: 2016-10-16T19:30:47-05:00

Commit Message:
SCI32: Fix crash when clicking around the arterial blockage in SQ6

Thanks @hpvb for the report.

Fixes Trac#9615. Closes #850.

Changed paths:
    engines/sci/engine/workarounds.cpp



diff --git a/engines/sci/engine/workarounds.cpp b/engines/sci/engine/workarounds.cpp
index 99374a1..dabf79a 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
 };
 





More information about the Scummvm-git-logs mailing list