aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/engine/workarounds.cpp
diff options
context:
space:
mode:
authorMartin Kiewitz2010-07-23 19:07:57 +0000
committerMartin Kiewitz2010-07-23 19:07:57 +0000
commit7094936e50c30108fb35aab3be43fcbe4814612a (patch)
tree300b59b77c766e92aca1a989fe73235e822584ba /engines/sci/engine/workarounds.cpp
parent824a3c3ca1c1a0587a24db0e5b1ca6db6849aae4 (diff)
downloadscummvm-rg350-7094936e50c30108fb35aab3be43fcbe4814612a.tar.gz
scummvm-rg350-7094936e50c30108fb35aab3be43fcbe4814612a.tar.bz2
scummvm-rg350-7094936e50c30108fb35aab3be43fcbe4814612a.zip
SCI: adding lsl6hires workaround
svn-id: r51215
Diffstat (limited to 'engines/sci/engine/workarounds.cpp')
-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 acc977ce6d..136a4db988 100644
--- a/engines/sci/engine/workarounds.cpp
+++ b/engines/sci/engine/workarounds.cpp
@@ -172,6 +172,7 @@ const SciWorkaroundEntry kSetPort_workarounds[] = {
const SciWorkaroundEntry kUnLoad_workarounds[] = {
{ GID_LSL6, 130, 130, 0, "recruitLarryScr", "changeState", -1, 0, { WORKAROUND_IGNORE, 0 } }, // during intro, a 3rd parameter is passed by accident
{ 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
SCI_WORKAROUNDENTRY_TERMINATOR
};