diff options
author | Colin Snover | 2016-11-10 10:21:12 -0600 |
---|---|---|
committer | Colin Snover | 2016-11-10 10:21:12 -0600 |
commit | a895cf1b5af337c8ff300596ceaebc192a127472 (patch) | |
tree | 47c8b7be9c424a9b9f77765815a54dbbf436e7cf /engines | |
parent | 1e8b95f0255328d3da4e78f54f528704f99063cf (diff) | |
download | scummvm-rg350-a895cf1b5af337c8ff300596ceaebc192a127472.tar.gz scummvm-rg350-a895cf1b5af337c8ff300596ceaebc192a127472.tar.bz2 scummvm-rg350-a895cf1b5af337c8ff300596ceaebc192a127472.zip |
SCI32: Fix incomplete workaround comment
Diffstat (limited to 'engines')
-rw-r--r-- | engines/sci/engine/workarounds.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sci/engine/workarounds.cpp b/engines/sci/engine/workarounds.cpp index 3cad559dbd..4e9c59b225 100644 --- a/engines/sci/engine/workarounds.cpp +++ b/engines/sci/engine/workarounds.cpp @@ -399,7 +399,7 @@ const SciWorkaroundEntry kAbs_workarounds[] = { // gameID, room,script,lvl, object-name, method-name, local-call-signature, index, workaround const SciWorkaroundEntry kArraySetElements_workarounds[] = { - { GID_GK1, 302, 64918, 0, "Str", "callKernel", NULL, 0, { WORKAROUND_FAKE, 0 } }, // when erasing a letter + { GID_GK1, 302, 64918, 0, "Str", "callKernel", NULL, 0, { WORKAROUND_FAKE, 0 } }, // when erasing a letter on the wall in St Louis Cemetery { GID_PHANTASMAGORIA,902, 64918, 0, "Str", "callKernel", NULL, 0, { WORKAROUND_FAKE, 0 } }, // tries to set an element of a string array to the ego object when starting a new game and selecting a chapter above 1 SCI_WORKAROUNDENTRY_TERMINATOR }; |