From c644f817e35db81ab6e9ec4c324e64fe04b8e740 Mon Sep 17 00:00:00 2001 From: Colin Snover Date: Wed, 21 Sep 2016 12:10:53 -0500 Subject: SCI32: Add mark for KQ7 in script patches --- engines/sci/engine/script_patches.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/engines/sci/engine/script_patches.cpp b/engines/sci/engine/script_patches.cpp index 9412998300..1bab106170 100644 --- a/engines/sci/engine/script_patches.cpp +++ b/engines/sci/engine/script_patches.cpp @@ -1696,6 +1696,9 @@ static const SciScriptPatcherEntry kq6Signatures[] = { SCI_SIGNATUREENTRY_TERMINATOR }; +#pragma mark - +#pragma mark King's Quest 7 + // =========================================================================== // King's Quest 7 has really weird subtitles. It seems as if the subtitles were -- cgit v1.2.3