mirror of
https://github.com/scummvm/scummvm.git
synced 2026-06-20 05:45:29 +00:00
SCI32; Improve KQ7 cursor script patch
Removes a jump to an unverified offset
This commit is contained in:
@@ -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
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user