[Scummvm-git-logs] scummvm master -> 9b31cce7b9176990007a24f1b271fd9dad589d3a
sluicebox
22204938+sluicebox at users.noreply.github.com
Tue Feb 23 00:39:33 UTC 2021
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:
9b31cce7b9 SCI32: Fix SQ6 missing message in brain
Commit: 9b31cce7b9176990007a24f1b271fd9dad589d3a
https://github.com/scummvm/scummvm/commit/9b31cce7b9176990007a24f1b271fd9dad589d3a
Author: sluicebox (22204938+sluicebox at users.noreply.github.com)
Date: 2021-02-22T16:38:03-08:00
Commit Message:
SCI32: Fix SQ6 missing message in brain
Changed paths:
engines/sci/engine/workarounds.cpp
diff --git a/engines/sci/engine/workarounds.cpp b/engines/sci/engine/workarounds.cpp
index 7e7a88d755..9bc1e712a8 100644
--- a/engines/sci/engine/workarounds.cpp
+++ b/engines/sci/engine/workarounds.cpp
@@ -1366,6 +1366,8 @@ static const SciMessageWorkaroundEntry messageWorkarounds[] = {
{ GID_SQ4, SCI_MEDIA_CD, K_LANG_NONE, -1, 16, 7, 0, 3, 1, { MSG_WORKAROUND_FAKE, 16, 7, 0, 3, 1, 7, 0, 0, "" } },
// Missing message when clicking talk in room 520 - bug #10915
{ GID_SQ4, SCI_MEDIA_CD, K_LANG_NONE, -1, 510, 99, 0, 3, 1, { MSG_WORKAROUND_REMAP, 500, 99, 0, 3, 1, 0, 0, 0, NULL } },
+ // Missing message when looking at hole in room 740
+ { GID_SQ6, SCI_MEDIA_ALL, K_LANG_NONE, -1, 740, 3, 1, 8, 1, { MSG_WORKAROUND_REMAP, 740, 3, 88, 8, 1, 99, 0, 0, NULL } },
SCI_MESSAGEWORKAROUNDENTRY_TERMINATOR
};
More information about the Scummvm-git-logs
mailing list