From 56d4f4bff3729c00022f6f658c93315e66b2b86b Mon Sep 17 00:00:00 2001 From: sluicebox Date: Fri, 6 Sep 2019 15:21:02 -0700 Subject: SCI: Fix script patch comment typos --- engines/sci/engine/script_patches.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/engines/sci/engine/script_patches.cpp b/engines/sci/engine/script_patches.cpp index 8b31e4472e..8d42818020 100644 --- a/engines/sci/engine/script_patches.cpp +++ b/engines/sci/engine/script_patches.cpp @@ -3583,7 +3583,7 @@ static const uint16 kq6PatchDrinkMeFix[] = { // KQ6 Mac is missing pic 981 and crashes when drinking the "Drink Me" bottle. // This also crashed the original. Pic 981 is a black background and it's only // used in this scene. Pic 98 is also a black background and used when the game -// starts and everywhere else. We restore this scene in by switching to pic 98. +// starts and everywhere else. We restore this scene by switching to pic 98. // // This patch is only enabled on Mac as the script is the same in all versions. // The pics have different palettes and applying it to PC would disable the @@ -16579,7 +16579,7 @@ void ScriptPatcher::processScript(uint16 scriptNr, SciSpan scriptData) { enablePatch(signatureTable, "CD: audio + text support"); } if (_isMacSci11) { - // Enables Mac-only patch to workaround missing pic + // Enables Mac-only patch to work around missing pic enablePatch(signatureTable, "Mac: Drink Me pic"); } break; -- cgit v1.2.3