[Scummvm-git-logs] scummvm master -> 3f9c229bd07e7948fd098d07470a3dd62aeb419d
sluicebox
22204938+sluicebox at users.noreply.github.com
Fri May 29 18:12:52 UTC 2020
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:
3f9c229bd0 SCI32: Fix some QFG4 missing messages
Commit: 3f9c229bd07e7948fd098d07470a3dd62aeb419d
https://github.com/scummvm/scummvm/commit/3f9c229bd07e7948fd098d07470a3dd62aeb419d
Author: sluicebox (22204938+sluicebox at users.noreply.github.com)
Date: 2020-05-29T11:12:11-07:00
Commit Message:
SCI32: Fix some QFG4 missing messages
Changed paths:
engines/sci/engine/workarounds.cpp
diff --git a/engines/sci/engine/workarounds.cpp b/engines/sci/engine/workarounds.cpp
index 86e664d8b7..e7cd7f888f 100644
--- a/engines/sci/engine/workarounds.cpp
+++ b/engines/sci/engine/workarounds.cpp
@@ -1324,6 +1324,11 @@ static const SciMessageWorkaroundEntry messageWorkarounds[] = {
{ GID_QFG4, SCI_MEDIA_ALL, K_LANG_NONE, -1, 322, 10, 149, 1, 1, { MSG_WORKAROUND_EXTRACT, 322, 10, 149, 1, 1, 13, 0, 0, NULL } },
{ GID_QFG4, SCI_MEDIA_ALL, K_LANG_NONE, -1, 322, 10, 149, 1, 2, { MSG_WORKAROUND_EXTRACT, 322, 10, 149, 1, 2, 13, 0, 0, NULL } },
{ GID_QFG4, SCI_MEDIA_ALL, K_LANG_NONE, -1, 322, 10, 149, 1, 3, { MSG_WORKAROUND_EXTRACT, 322, 10, 149, 1, 3, 13, 0, 0, NULL } },
+ // Wrong verb when clicking lock pick or toolkit on gnome's door in room 320
+ // while not having enough lock picking skill.
+ { GID_QFG4, SCI_MEDIA_ALL, K_LANG_NONE, -1, 320, 9, 9, 7, 1, { MSG_WORKAROUND_REMAP, 320, 9, 42, 7, 1, 99, 0, 0, NULL } },
+ // Wrong modNum (missing parameter) when clicking your only dagger in room 625
+ { GID_QFG4, SCI_MEDIA_ALL, K_LANG_NONE, -1, 625, 4, 6, 34, 1, { MSG_WORKAROUND_REMAP, 620, 4, 6, 34, 1, 99, 0, 0, NULL } },
// This fixes the error message shown when speech and subtitles are
// enabled simultaneously in SQ4 - the (very) long dialog when Roger
// is talking with the aliens is missing - bug #6067.
More information about the Scummvm-git-logs
mailing list