From 7b0a5ec099df23c5b6662a09aeb54b9666c07ee1 Mon Sep 17 00:00:00 2001 From: Martin Kiewitz Date: Fri, 6 Aug 2010 19:13:19 +0000 Subject: SCI: adjusting patch to write 0 instead of 1 patch still worked, but 0 was meant to be there thx to lskovlun to point this out svn-id: r51796 --- engines/sci/engine/script.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/sci/engine/script.cpp') diff --git a/engines/sci/engine/script.cpp b/engines/sci/engine/script.cpp index 7c5442cc06..0e4104170f 100644 --- a/engines/sci/engine/script.cpp +++ b/engines/sci/engine/script.cpp @@ -176,7 +176,7 @@ const uint16 hoyle4PatchPortFix[] = { 0x38, 0x93, 0x00, // pushi 0093 (selector port) 0x78, // push1 - 0x78, // push1 + 0x76, // push0 0x4a, 0x06, // send 06 (write 0 to that object::port) 0x48, // ret PATCH_END -- cgit v1.2.3