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

sluicebox 22204938+sluicebox at users.noreply.github.com
Fri Jun 14 02:59:19 CEST 2019


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:
d29727d02a SCI: Add FPFP message workarounds


Commit: d29727d02aacbacaee3722e390b0cba455d52168
    https://github.com/scummvm/scummvm/commit/d29727d02aacbacaee3722e390b0cba455d52168
Author: sluicebox (22204938+sluicebox at users.noreply.github.com)
Date: 2019-06-13T17:57:27-07:00

Commit Message:
SCI: Add FPFP message workarounds

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


diff --git a/engines/sci/engine/workarounds.cpp b/engines/sci/engine/workarounds.cpp
index 29c4594..ac2c36a 100644
--- a/engines/sci/engine/workarounds.cpp
+++ b/engines/sci/engine/workarounds.cpp
@@ -1180,6 +1180,10 @@ static const SciMessageWorkaroundEntry messageWorkarounds[] = {
 	{ GID_FREDDYPHARKAS, SCI_MEDIA_CD,     K_LANG_ENGLISH,  -1,  660,  35,   0,   0,  4, { MSG_WORKAROUND_EXTRACT,  660,  35,   0,   0,  2, 53,   0,   0, NULL } },
 	{ GID_FREDDYPHARKAS, SCI_MEDIA_CD,     K_LANG_ENGLISH,  -1,  660,  35,   0,   0,  5, { MSG_WORKAROUND_EXTRACT,  660,  35,   0,   0,  1, 53, 210,  57, NULL } },
 	{ GID_FREDDYPHARKAS, SCI_MEDIA_CD,     K_LANG_ENGLISH,  -1,  660,  35,   0,   0,  6, { MSG_WORKAROUND_EXTRACT,  660,  35,   0,   0,  3, 12,   0,   0, NULL } },
+	// Wrong talker when clicking guns on Srini in room 300
+	{ GID_FREDDYPHARKAS, SCI_MEDIA_FLOPPY, K_LANG_NONE,     -1,  300,  17,  47,   0,  1, { MSG_WORKAROUND_EXTRACT,  300,  17,  47,   0,  1, 40,   0,   0, NULL } },
+	// Missing message when clicking full bottles of water on spigot in room 320
+	{ GID_FREDDYPHARKAS, SCI_MEDIA_FLOPPY, K_LANG_NONE,     -1,  320,  16,  34,   7,  1, { MSG_WORKAROUND_REMAP,    320,  37,  34,   7,  1,  0,   0,   0, NULL } },
 	// Missing message when clicking flashlight and other items on Magentia in room 290, floppy 1.0 - bug #10782
 	{ GID_GK1,           SCI_MEDIA_FLOPPY, K_LANG_NONE,     -1,  290,   8,   0,  35,  1, { MSG_WORKAROUND_REMAP,    290,   8,   0,   0,  1,  0,   0,   0, NULL } },
 	// Missing message when clicking photocopy of the veve on the artist after giving sketch and original veve in room 410 - bug #10818





More information about the Scummvm-git-logs mailing list