diff options
-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 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::<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 |