diff options
author | Martin Kiewitz | 2016-07-06 19:57:26 +0200 |
---|---|---|
committer | Martin Kiewitz | 2016-07-06 19:57:26 +0200 |
commit | 20ccd3affcbefb6d1bd998c99b57a783266fb879 (patch) | |
tree | dbfdba088350e63cd70e0d1b2cc543d3a853a27b /engines | |
parent | 273bbab82a613573cb9c3b9162f6546739df41f9 (diff) | |
download | scummvm-rg350-20ccd3affcbefb6d1bd998c99b57a783266fb879.tar.gz scummvm-rg350-20ccd3affcbefb6d1bd998c99b57a783266fb879.tar.bz2 scummvm-rg350-20ccd3affcbefb6d1bd998c99b57a783266fb879.zip |
SCI: Fix typo in script patch comment (longbow arithmetic bug)
Wasn't bug #6571, but bug #6751
Thanks to omer_mor for spotting it
Diffstat (limited to 'engines')
-rw-r--r-- | engines/sci/engine/script_patches.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sci/engine/script_patches.cpp b/engines/sci/engine/script_patches.cpp index 70436e1269..a88c283592 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 |