SCI: Fixed script bug #3039036 - "Castle of Dr. Brain: Crash at robot jokes"
svn-id: r51817
This commit is contained in:
parent
7935ebf4a3
commit
53474618ac
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue