SCI: fix signature of kStrCpy
disabled workaround for island of dr. brain, seems to work w/o and was probably caused by bad signature svn-id: r51165
This commit is contained in:
parent
9dcbff7259
commit
665ae8de9d
2 changed files with 3 additions and 2 deletions
|
@ -164,7 +164,8 @@ const SciWorkaroundEntry kUnLoad_workarounds[] = {
|
|||
|
||||
// gameID, room,script,lvl, object-name, method-name, call,index, workaround
|
||||
const SciWorkaroundEntry kStrCpy_workarounds[] = {
|
||||
{ GID_ISLANDBRAIN, 260, 45, 0, "aWord", "addOn", -1, 0, { WORKAROUND_STILLCALL, 0 } }, // Hominy Homonym puzzle
|
||||
// seems not to be needed, because the signature was wrong
|
||||
//{ GID_ISLANDBRAIN, 260, 45, 0, "aWord", "addOn", -1, 0, { WORKAROUND_STILLCALL, 0 } }, // Hominy Homonym puzzle
|
||||
SCI_WORKAROUNDENTRY_TERMINATOR
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue