aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
authorMartin Kiewitz2010-08-01 22:54:34 +0000
committerMartin Kiewitz2010-08-01 22:54:34 +0000
commit75ff5360e22b2e8c6d796d064eb93751e6da522e (patch)
tree66d6b36d6a9d264909c507fb21bccd5f430cda1f /engines
parent716f08a8ffcb77a1c488b1e4cc88f2be8af97a2e (diff)
downloadscummvm-rg350-75ff5360e22b2e8c6d796d064eb93751e6da522e.tar.gz
scummvm-rg350-75ff5360e22b2e8c6d796d064eb93751e6da522e.tar.bz2
scummvm-rg350-75ff5360e22b2e8c6d796d064eb93751e6da522e.zip
SCI: adding workaround for pq3
svn-id: r51600
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 38b90d46a2..ade75c7bd4 100644
--- a/engines/sci/engine/workarounds.cpp
+++ b/engines/sci/engine/workarounds.cpp
@@ -300,6 +300,7 @@ 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_PQ3, 877, 998, 0, "View", "delete", -1, 0, { WORKAROUND_IGNORE, 0 } }, // when getting run over on the freeway, the reference is invalid
{ 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
};