From ff11be91c3c8809e417dc40e3e6c1940494b570e Mon Sep 17 00:00:00 2001 From: sluicebox <22204938+sluicebox@users.noreply.github.com> Date: Tue, 19 Oct 2021 08:18:33 -0500 Subject: [PATCH] SCI32; Improve KQ7 cursor script patch Removes a jump to an unverified offset --- engines/sci/engine/script_patches.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engines/sci/engine/script_patches.cpp b/engines/sci/engine/script_patches.cpp index 7408a269975..fffd31a30b6 100644 --- a/engines/sci/engine/script_patches.cpp +++ b/engines/sci/engine/script_patches.cpp @@ -6596,7 +6596,7 @@ static const uint16 kq7PragmaFailSpinPatch[] = { 0x78, // push1 0x39, 0x12, // pushi 18 (~300ms) 0x43, kScummVMSleepId, PATCH_UINT16(0x02),// callk ScummVMSleep, 2 - 0x33, 0x16, // jmp [to setCursor] + 0x35, 0x00, // ldi 0 [ exit loop ] PATCH_END };