diff options
author | Martin Kiewitz | 2016-07-11 20:45:19 +0200 |
---|---|---|
committer | Martin Kiewitz | 2016-07-11 20:45:19 +0200 |
commit | d5dfd41ed1517a2c6a1da64999e877e58c0ad5fd (patch) | |
tree | 7d9dd367163adebf5f7e888dfbb6b6582331e75a | |
parent | 593560e876346509b6df80c4a1411cb5e751b15b (diff) | |
download | scummvm-rg350-d5dfd41ed1517a2c6a1da64999e877e58c0ad5fd.tar.gz scummvm-rg350-d5dfd41ed1517a2c6a1da64999e877e58c0ad5fd.tar.bz2 scummvm-rg350-d5dfd41ed1517a2c6a1da64999e877e58c0ad5fd.zip |
SCI: Update script patch comments
-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 0d30372f92..e6eed0b4b7 100644 --- a/engines/sci/engine/script_patches.cpp +++ b/engines/sci/engine/script_patches.cpp @@ -1485,7 +1485,7 @@ static const SciScriptPatcherEntry kq6Signatures[] = { // We also make the scripts use the regular KQTalker instead of KQNarrator. // And we also make the subtitle box use color 255, which is fixed white. // -// Applies to at least: PC CD 1.51 English, 1.51 German, 2.00 English +// Applies to at least: PC CD 1.4 English, 1.51 English, 1.51 German, 2.00 English // Patched method: KQNarrator::init (script 31) static const uint16 kq7SignatureSubtitleFix1[] = { SIG_MAGICDWORD, @@ -1667,7 +1667,7 @@ static const uint16 longbowPatchShowHandCode[] = { // that's why I rather patched the code, that uses the locals for a lookup. // Which means it doesn't matter anymore when those locals are overwritten. // -// Applies to at least: English PC floppy, German PC floppy (not tested), English Amiga floppy +// Applies to at least: English PC floppy, German PC floppy, English Amiga floppy // Responsible method: export 2 of script 225 // Fixes bug: #6751 static const uint16 longbowSignatureBerryBushFix[] = { |