diff options
author | Martin Kiewitz | 2010-07-24 07:55:29 +0000 |
---|---|---|
committer | Martin Kiewitz | 2010-07-24 07:55:29 +0000 |
commit | c8cde0735fdc1ccbcdeb9075433d9f31bf03f86f (patch) | |
tree | 942a4bcba98c3a989f7886e24019a6e13b68d922 /engines/sci/engine/workarounds.cpp | |
parent | bc04a8377be36480b4a4b737e7f3ca14cde62e6e (diff) | |
download | scummvm-rg350-c8cde0735fdc1ccbcdeb9075433d9f31bf03f86f.tar.gz scummvm-rg350-c8cde0735fdc1ccbcdeb9075433d9f31bf03f86f.tar.bz2 scummvm-rg350-c8cde0735fdc1ccbcdeb9075433d9f31bf03f86f.zip |
SCI: adding workaround for sq4 room 391
svn-id: r51238
Diffstat (limited to 'engines/sci/engine/workarounds.cpp')
-rw-r--r-- | engines/sci/engine/workarounds.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/sci/engine/workarounds.cpp b/engines/sci/engine/workarounds.cpp index 0f6232bc36..5d80524193 100644 --- a/engines/sci/engine/workarounds.cpp +++ b/engines/sci/engine/workarounds.cpp @@ -107,6 +107,7 @@ const SciWorkaroundEntry kAbs_workarounds[] = { const SciWorkaroundEntry kDisplay_workarounds[] = { { GID_ISLANDBRAIN, 300, 300, 0, "geneDude", "show", -1, 0, { WORKAROUND_IGNORE, 0 } }, // when looking at the gene explanation chart - a parameter is an object { GID_SQ4, 391, 391, 0, "doCatalog", "mode", 0x84, 0, { WORKAROUND_IGNORE, 0 } }, // clicking on catalog in roboter sale - a parameter is an object + { GID_SQ4, 391, 391, 0, "choosePlug", "changeState", -1, 0, { WORKAROUND_IGNORE, 0 } }, // ordering connector in roboter sale - a parameter is an object SCI_WORKAROUNDENTRY_TERMINATOR }; |