aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
authorFilippos Karapetis2012-07-25 12:14:33 +0300
committerFilippos Karapetis2012-07-25 12:14:33 +0300
commit31f9e96aeef546ab5d0bf829fe427ce98a62c40f (patch)
tree51bb9c173c0aad3fc794e843636ae7fe12310a5f /engines
parente7836beabb47c5415c6239cc1e344450b7bb3c8d (diff)
downloadscummvm-rg350-31f9e96aeef546ab5d0bf829fe427ce98a62c40f.tar.gz
scummvm-rg350-31f9e96aeef546ab5d0bf829fe427ce98a62c40f.tar.bz2
scummvm-rg350-31f9e96aeef546ab5d0bf829fe427ce98a62c40f.zip
SCI: Add a workaround for a script bug in QFG4
Diffstat (limited to 'engines')
-rw-r--r--engines/sci/engine/workarounds.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/sci/engine/workarounds.cpp b/engines/sci/engine/workarounds.cpp
index ccb78776dd..821549bb8c 100644
--- a/engines/sci/engine/workarounds.cpp
+++ b/engines/sci/engine/workarounds.cpp
@@ -397,6 +397,7 @@ const SciWorkaroundEntry kUnLoad_workarounds[] = {
{ GID_LSL6, 740, 740, 0, "showCartoon", "changeState", -1, 0, { WORKAROUND_IGNORE, 0 } }, // during ending, 4 additional parameters are passed by accident
{ GID_LSL6HIRES, 130, 130, 0, "recruitLarryScr", "changeState", -1, 0, { WORKAROUND_IGNORE, 0 } }, // during intro, a 3rd parameter is passed by accident
{ GID_SQ1, 43, 303, 0, "slotGuy", "dispose", -1, 0, { WORKAROUND_IGNORE, 0 } }, // when leaving ulence flats bar, parameter 1 is not passed - script error
+ { GID_QFG4, 770, 110, 0, "dreamer", "dispose", -1, 0, { WORKAROUND_IGNORE, 0 } }, // during the dream sequence, a 3rd parameter is passed by accident
SCI_WORKAROUNDENTRY_TERMINATOR
};