[Scummvm-cvs-logs] scummvm master -> d5dfd41ed1517a2c6a1da64999e877e58c0ad5fd

m-kiewitz m_kiewitz at users.sourceforge.net
Mon Jul 11 20:45:27 CEST 2016


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
d5dfd41ed1 SCI: Update script patch comments


Commit: d5dfd41ed1517a2c6a1da64999e877e58c0ad5fd
    https://github.com/scummvm/scummvm/commit/d5dfd41ed1517a2c6a1da64999e877e58c0ad5fd
Author: Martin Kiewitz (m_kiewitz at users.sourceforge.net)
Date: 2016-07-11T20:45:19+02:00

Commit Message:
SCI: Update script patch comments

Changed paths:
    engines/sci/engine/script_patches.cpp



diff --git a/engines/sci/engine/script_patches.cpp b/engines/sci/engine/script_patches.cpp
index 0d30372..e6eed0b 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[] = {






More information about the Scummvm-git-logs mailing list