aboutsummaryrefslogtreecommitdiff
path: root/engines/sci
diff options
context:
space:
mode:
authorD G Turner2012-03-31 01:39:03 +0100
committerD G Turner2012-03-31 01:39:03 +0100
commit834e9184e5f797038574bd6ed6d6537339304b31 (patch)
tree2d81c6c0edb171565b4988f4a5659377a8a6b90b /engines/sci
parent68e1a0418347ed79e3fe1bc9797b4ac32365b960 (diff)
downloadscummvm-rg350-834e9184e5f797038574bd6ed6d6537339304b31.tar.gz
scummvm-rg350-834e9184e5f797038574bd6ed6d6537339304b31.tar.bz2
scummvm-rg350-834e9184e5f797038574bd6ed6d6537339304b31.zip
SCI: Add workaround for SQ1SCI to fix engine abort in bug #3513207.
This occurs while Roger is trying to move around the Pilot Droid in various narrow cases.
Diffstat (limited to 'engines/sci')
-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 a556134e32..9993862b52 100644
--- a/engines/sci/engine/workarounds.cpp
+++ b/engines/sci/engine/workarounds.cpp
@@ -252,6 +252,7 @@ const SciWorkaroundEntry kDoSoundFade_workarounds[] = {
const SciWorkaroundEntry kGetAngle_workarounds[] = {
{ GID_FANMADE, 516, 992, 0, "Motion", "init", -1, 0, { WORKAROUND_IGNORE, 0 } }, // The Legend of the Lost Jewel Demo (fan made): called with third/fourth parameters as objects
{ GID_KQ6, -1, 752, 0, "throwDazzle", "changeState", -1, 0, { WORKAROUND_STILLCALL, 0 } }, // room 740/790 after the Genie is exposed in the Palace (short and long ending), it starts shooting lightning bolts around. An extra 5th parameter is passed - bug #3034610 & #3041734
+ { GID_SQ1, -1, 927, 0, "PAvoider", "doit", -1, 0, { WORKAROUND_STILLCALL, 0 } }, // room 47 Roger moving around Pilot Droid. Only a single parameter is passed - bug #3513207
SCI_WORKAROUNDENTRY_TERMINATOR
};