From 2207a6d326b645bd4e0982f6b0cb6176797b69f6 Mon Sep 17 00:00:00 2001 From: Vhati Date: Sat, 26 Jan 2019 02:19:56 -0500 Subject: SCI: Cleanup Hoyle patches --- engines/sci/engine/script_patches.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'engines/sci') diff --git a/engines/sci/engine/script_patches.cpp b/engines/sci/engine/script_patches.cpp index 73449229e7..4d941af938 100644 --- a/engines/sci/engine/script_patches.cpp +++ b/engines/sci/engine/script_patches.cpp @@ -952,14 +952,14 @@ static const uint16 hoyle5PatchSpinLoop[] = { // This is the same issue as with LSL6 hires. static const uint16 hoyle5SetScaleSignature[] = { SIG_MAGICDWORD, - 0x38, SIG_SELECTOR16(setScale), // pushi $14b (setScale) + 0x38, SIG_SELECTOR16(setScale), // pushi setScale ($14b) 0x38, SIG_UINT16(0x05), // pushi 5 - 0x51, 0x2c, // class 2c (Scaler) + 0x51, 0x2c, // class Scaler SIG_END }; static const uint16 hoyle5PatchSetScale[] = { - 0x38, PATCH_SELECTOR16(setScaler), // pushi $14f (setScaler) + 0x38, PATCH_SELECTOR16(setScaler), // pushi setScaler ($14f) PATCH_END }; -- cgit v1.2.3