From abc4656cc00f11091210213058a883718442b7b7 Mon Sep 17 00:00:00 2001 From: Colin Snover Date: Sun, 16 Oct 2016 11:09:59 -0500 Subject: SCI32: Fix workaround comment --- engines/sci/engine/workarounds.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/sci') 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 }; -- cgit v1.2.3