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
This commit is contained in:
Martin Kiewitz 2010-08-06 19:13:19 +00:00
parent 753c431937
commit 7b0a5ec099

View File

@ -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