aboutsummaryrefslogtreecommitdiff
path: root/engines/sci
diff options
context:
space:
mode:
authorFilippos Karapetis2010-07-27 15:10:41 +0000
committerFilippos Karapetis2010-07-27 15:10:41 +0000
commit780cb85cce441c07540ec707e40eeef0d10e0420 (patch)
tree1a0d4d43ead13b6e32e5554e21127209be1791e0 /engines/sci
parent349d3765e3e65bec4c198fe833e0ebe6e8478323 (diff)
downloadscummvm-rg350-780cb85cce441c07540ec707e40eeef0d10e0420.tar.gz
scummvm-rg350-780cb85cce441c07540ec707e40eeef0d10e0420.tar.bz2
scummvm-rg350-780cb85cce441c07540ec707e40eeef0d10e0420.zip
SCI: Fixed bug #3035262 - "ISLANDBRAIN: Crash on "info" selection"
svn-id: r51374
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 794c5c78d6..9b0db2c3fb 100644
--- a/engines/sci/engine/workarounds.cpp
+++ b/engines/sci/engine/workarounds.cpp
@@ -208,6 +208,7 @@ const SciWorkaroundEntry kGraphRedrawBox_workarounds[] = {
const SciWorkaroundEntry kIsObject_workarounds[] = {
{ GID_GK1, 50, 999, 0, "List", "eachElementDo", -1, 0, { WORKAROUND_FAKE, 0 } }, // GK1 demo, when asking Grace for messages it gets called with an invalid parameter (type "error")
{ GID_QFG3, -1, 999, 0, "List", "eachElementDo", -1, 0, { WORKAROUND_FAKE, 0 } }, // when asking for something, gets called with type error parameter
+ { GID_ISLANDBRAIN, -1, 999, 0, "List", "eachElementDo", -1, 0, { WORKAROUND_FAKE, 0 } }, // when going to the game options, choosing "Info" and selecting anything from the list, gets called with an invalid parameter (type "error")
SCI_WORKAROUNDENTRY_TERMINATOR
};