diff options
author | sluicebox | 2019-09-06 15:21:02 -0700 |
---|---|---|
committer | sluicebox | 2019-09-06 15:22:28 -0700 |
commit | 56d4f4bff3729c00022f6f658c93315e66b2b86b (patch) | |
tree | 52c33f72338277c896d0b47b8c30f3f427acdfd0 /engines/sci | |
parent | 220ef998bb31f77aada1d3d170edba2954c39cca (diff) | |
download | scummvm-rg350-56d4f4bff3729c00022f6f658c93315e66b2b86b.tar.gz scummvm-rg350-56d4f4bff3729c00022f6f658c93315e66b2b86b.tar.bz2 scummvm-rg350-56d4f4bff3729c00022f6f658c93315e66b2b86b.zip |
SCI: Fix script patch comment typos
Diffstat (limited to 'engines/sci')
-rw-r--r-- | engines/sci/engine/script_patches.cpp | 4 |
1 files 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<byte> 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; |