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:
Martin Kiewitz 2010-07-22 21:06:45 +00:00
parent 9dcbff7259
commit 665ae8de9d
2 changed files with 3 additions and 2 deletions

View file

@ -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
};