From c693b73bc8aa5947fba87e2d1fdea3edde6857f4 Mon Sep 17 00:00:00 2001 From: Martin Kiewitz Date: Thu, 29 May 2014 00:10:04 +0200 Subject: SCI: LB2 pterodactyl room patch description fix --- engines/sci/engine/script_patches.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/sci/engine') diff --git a/engines/sci/engine/script_patches.cpp b/engines/sci/engine/script_patches.cpp index 41cef06c98..df72b1cfe1 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:: -// 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 -- cgit v1.2.3