aboutsummaryrefslogtreecommitdiff
path: root/engines/sci
diff options
context:
space:
mode:
authorsluicebox2019-06-23 17:03:26 -0700
committersluicebox2019-06-23 17:05:14 -0700
commitbfd516ec195eecaca003d26d13fdd619a47e0808 (patch)
treef372fdb6601b1905eed52d135102faa525734a92 /engines/sci
parentb0f132f4887609dd5ffaf888597910ccc24c6933 (diff)
downloadscummvm-rg350-bfd516ec195eecaca003d26d13fdd619a47e0808.tar.gz
scummvm-rg350-bfd516ec195eecaca003d26d13fdd619a47e0808.tar.bz2
scummvm-rg350-bfd516ec195eecaca003d26d13fdd619a47e0808.zip
SCI32: Add QFG4 workaround for glide spell message
Diffstat (limited to 'engines/sci')
-rw-r--r--engines/sci/engine/workarounds.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/sci/engine/workarounds.cpp b/engines/sci/engine/workarounds.cpp
index ac2c36a014..3a74d1d0cc 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
};