aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/engine/workarounds.cpp
diff options
context:
space:
mode:
authorFilippos Karapetis2010-08-07 00:34:38 +0000
committerFilippos Karapetis2010-08-07 00:34:38 +0000
commit53474618ac82fe74ed6637a19e1dfb4b655e994c (patch)
tree5cae31f152724dd54f792a6bb583c138a780ad37 /engines/sci/engine/workarounds.cpp
parent7935ebf4a32fe340de2220c2c90f76f06c9c7472 (diff)
downloadscummvm-rg350-53474618ac82fe74ed6637a19e1dfb4b655e994c.tar.gz
scummvm-rg350-53474618ac82fe74ed6637a19e1dfb4b655e994c.tar.bz2
scummvm-rg350-53474618ac82fe74ed6637a19e1dfb4b655e994c.zip
SCI: Fixed script bug #3039036 - "Castle of Dr. Brain: Crash at robot jokes"
svn-id: r51817
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 946182b0c3..4c6ddc18df 100644
--- a/engines/sci/engine/workarounds.cpp
+++ b/engines/sci/engine/workarounds.cpp
@@ -343,6 +343,7 @@ const SciWorkaroundEntry kSetPort_workarounds[] = {
// gameID, room,script,lvl, object-name, method-name, call,index, workaround
const SciWorkaroundEntry kStrAt_workarounds[] = {
+ { GID_CASTLEBRAIN, 220, 220, 0, "robotJokes", "animateOnce", -1, 0, { WORKAROUND_FAKE, 0 } }, // when trying to view the terminal at the end of the maze without having collected any robot jokes - bug #3039036
{ GID_ISLANDBRAIN, 300, 310, 0, "childBreed", "changeState",0x1c7c, 0, { WORKAROUND_FAKE, 0 } }, // when clicking Breed to get the second-generation cyborg hybrid (Standard difficulty), the two parameters are swapped - bug #3037835
SCI_WORKAROUNDENTRY_TERMINATOR
};