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

m-kiewitz m_kiewitz at users.sourceforge.net
Thu May 29 00:09:18 CEST 2014


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:
c693b73bc8 SCI: LB2 pterodactyl room patch description fix


Commit: c693b73bc8aa5947fba87e2d1fdea3edde6857f4
    https://github.com/scummvm/scummvm/commit/c693b73bc8aa5947fba87e2d1fdea3edde6857f4
Author: Martin Kiewitz (m_kiewitz at users.sourceforge.net)
Date: 2014-05-29T00:10:04+02:00

Commit Message:
SCI: LB2 pterodactyl room patch description fix

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 41cef06..df72b1c 100644
--- a/engines/sci/engine/script_patches.cpp
+++ b/engines/sci/engine/script_patches.cpp
@@ -1608,7 +1608,7 @@ static const uint16 laurabow2CDPatchFixProblematicIconBar[] = {
 // Applies to at least: English PC-CD, English PC-Floppy
 // Responsible method (CD): eastDoor::doVerb
 // Responsible method (Floppy): eastDoor::<noname300>
-// Fixes bug: #6458 (partly, see additional patch above)
+// Fixes bug: #6458 (partly, see additional patch below)
 static const uint16 laurabow2CDSignatureFixWiredEastDoor[] = {
 	0x30, SIG_UINT16(0x0022),           // bnt [skip hand action]
 	0x67, SIG_ADDTOOFFSET(+1),          // pTos CD: doorState, Floppy: state






More information about the Scummvm-git-logs mailing list