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

sluicebox 22204938+sluicebox at users.noreply.github.com
Mon Jun 24 02:05:34 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:
bfd516ec19 SCI32: Add QFG4 workaround for glide spell message


Commit: bfd516ec195eecaca003d26d13fdd619a47e0808
    https://github.com/scummvm/scummvm/commit/bfd516ec195eecaca003d26d13fdd619a47e0808
Author: sluicebox (22204938+sluicebox at users.noreply.github.com)
Date: 2019-06-23T17:05:14-07:00

Commit Message:
SCI32: Add QFG4 workaround for glide spell message

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


diff --git a/engines/sci/engine/workarounds.cpp b/engines/sci/engine/workarounds.cpp
index ac2c36a..3a74d1d 100644
--- a/engines/sci/engine/workarounds.cpp
+++ b/engines/sci/engine/workarounds.cpp
@@ -1261,6 +1261,8 @@ static const SciMessageWorkaroundEntry audio36Workarounds[] = {
 	{ GID_QFG4,          SCI_MEDIA_CD,     K_LANG_NONE,     -1,  510,  23,   1,   0,  1, { MSG_WORKAROUND_REMAP,    510, 199,   1,   0,  1,  0,   0,   0, NULL } },
 	// Clicking flowers on Rusalka - bug #10849 (see message workarounds above)
 	{ GID_QFG4,          SCI_MEDIA_CD,     K_LANG_NONE,     -1,  520,   2,  59,   0,  2, { MSG_WORKAROUND_REMAP,    520,   2,  59,   0,  3,  0,   0,   0, NULL } },
+	// Casting glide spell in room 593 when standing on water
+	{ GID_QFG4,          SCI_MEDIA_CD,     K_LANG_NONE,     -1,  593,   5,   6,   7,  1, { MSG_WORKAROUND_REMAP,    570,   2,   6,  14,  1,  0,   0,   0, NULL } },
 	SCI_MESSAGEWORKAROUNDENTRY_TERMINATOR
 };
 





More information about the Scummvm-git-logs mailing list