[Scummvm-cvs-logs] scummvm master -> 20ccd3affcbefb6d1bd998c99b57a783266fb879

m-kiewitz m_kiewitz at users.sourceforge.net
Wed Jul 6 19:56:56 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:
20ccd3affc SCI: Fix typo in script patch comment (longbow arithmetic bug)


Commit: 20ccd3affcbefb6d1bd998c99b57a783266fb879
    https://github.com/scummvm/scummvm/commit/20ccd3affcbefb6d1bd998c99b57a783266fb879
Author: Martin Kiewitz (m_kiewitz at users.sourceforge.net)
Date: 2016-07-06T19:57:26+02:00

Commit Message:
SCI: Fix typo in script patch comment (longbow arithmetic bug)

Wasn't bug #6571, but bug #6751
Thanks to omer_mor for spotting it

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 70436e1..a88c283 100644
--- a/engines/sci/engine/script_patches.cpp
+++ b/engines/sci/engine/script_patches.cpp
@@ -1508,7 +1508,7 @@ static const uint16 longbowPatchShowHandCode[] = {
 //
 // Applies to at least: English PC floppy, German PC floppy (not tested), English Amiga floppy
 // Responsible method: export 2 of script 225
-// Fixes bug: #6571
+// Fixes bug: #6751
 static const uint16 longbowSignatureBerryBushFix[] = {
 	0x89, 0x70,                      // lsg global[70h]
 	0x35, 0x03,                      // ldi 03h






More information about the Scummvm-git-logs mailing list