diff options
author | Colin Snover | 2016-10-16 11:09:59 -0500 |
---|---|---|
committer | Colin Snover | 2016-10-16 11:10:25 -0500 |
commit | abc4656cc00f11091210213058a883718442b7b7 (patch) | |
tree | 4c6fbb501dca2925e02af773ee4c9f8b05f03379 /engines | |
parent | 9db3a38466786cc2eb270d7f23c2f20731cf6c3b (diff) | |
download | scummvm-rg350-abc4656cc00f11091210213058a883718442b7b7.tar.gz scummvm-rg350-abc4656cc00f11091210213058a883718442b7b7.tar.bz2 scummvm-rg350-abc4656cc00f11091210213058a883718442b7b7.zip |
SCI32: Fix 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 e058d5e44c..99374a122e 100644 --- a/engines/sci/engine/workarounds.cpp +++ b/engines/sci/engine/workarounds.cpp @@ -732,7 +732,7 @@ static const uint16 sig_kResCheck_lsl6hires_1[] = { // gameID, room,script,lvl, object-name, method-name, local-call-signature, index, workaround const SciWorkaroundEntry kResCheck_workarounds[] = { - { GID_LSL6HIRES, 740, 740, -1, "myCreditText", "handleEvent", sig_kResCheck_lsl6hires_1, -1, { WORKAROUND_IGNORE, 0 } }, // when clicking during the final credits + { GID_LSL6HIRES, 740, 740, -1, "myCreditText", "handleEvent", sig_kResCheck_lsl6hires_1, -1, { WORKAROUND_IGNORE, 0 } }, // when clicking quit during the final credits SCI_WORKAROUNDENTRY_TERMINATOR }; |