[Scummvm-git-logs] scummvm master -> 0554ec80008da2d8b5d29465452574dd61e3da57

sluicebox 22204938+sluicebox at users.noreply.github.com
Fri Aug 2 04:59:07 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:
0554ec8000 SCI: Fix LB2 coal message in room 720


Commit: 0554ec80008da2d8b5d29465452574dd61e3da57
    https://github.com/scummvm/scummvm/commit/0554ec80008da2d8b5d29465452574dd61e3da57
Author: sluicebox (22204938+sluicebox at users.noreply.github.com)
Date: 2019-08-01T19:58:46-07:00

Commit Message:
SCI: Fix LB2 coal message in room 720

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


diff --git a/engines/sci/engine/workarounds.cpp b/engines/sci/engine/workarounds.cpp
index 3a74d1d..170fd10 100644
--- a/engines/sci/engine/workarounds.cpp
+++ b/engines/sci/engine/workarounds.cpp
@@ -1205,6 +1205,8 @@ static const SciMessageWorkaroundEntry messageWorkarounds[] = {
 	{ GID_LAURABOW2,     SCI_MEDIA_FLOPPY, K_LANG_NONE,    370, 1885,   1,   6,  16,  4, { MSG_WORKAROUND_REMAP,   1885,   1,   6,  16,  6,  0,   0,   0, NULL } },
 	// Missing message when clicking carbon paper on desk lamp in room 550, floppy 1.0 - bug #10706
 	{ GID_LAURABOW2,     SCI_MEDIA_FLOPPY, K_LANG_NONE,     -1,  550,   5,  39,   6,  1, { MSG_WORKAROUND_REMAP,    550,  45,  39,   6,  1,  0,   0,   0, NULL } },
+	// Looking at coal in room 720, message is prepended with carriage return and newline
+	{ GID_LAURABOW2,     SCI_MEDIA_CD,     K_LANG_ENGLISH,  -1,  720,  12,   1,   0,  1, { MSG_WORKAROUND_EXTRACT,  720,  12,   1,   0,  1, 99,   2, 255, NULL } },
 	// Using the hand icon on Keith in the Blue Room (missing message) - bug #6253
 	{ GID_PQ1,           SCI_MEDIA_ALL,    K_LANG_NONE,     -1,   38,  10,   4,   8,  1, { MSG_WORKAROUND_REMAP,     38,  10,   4,   9,  1,  0,   0,   0, NULL } },
 	// Using the eye icon on Keith in the Blue Room (no message and wrong talker) - bug #6253





More information about the Scummvm-git-logs mailing list