From 4dcf88ef4f77e86bef447da1e77786d425c916b9 Mon Sep 17 00:00:00 2001 From: Colin Snover Date: Sat, 16 Sep 2017 14:32:58 -0500 Subject: SCI32: Clean-up pass on Rama script patches * Make alignment of operation comments consistent --- engines/sci/engine/script_patches.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/engines/sci/engine/script_patches.cpp b/engines/sci/engine/script_patches.cpp index af9278f2df..3b275a1914 100644 --- a/engines/sci/engine/script_patches.cpp +++ b/engines/sci/engine/script_patches.cpp @@ -6108,8 +6108,8 @@ static const uint16 ramaBenchmarkSignature[] = { }; static const uint16 ramaBenchmarkPatch[] = { - 0x34, PATCH_UINT16(10000), // ldi 10000 - 0x48, // ret + 0x34, PATCH_UINT16(0x2710), // ldi 10000 + 0x48, // ret PATCH_END }; -- cgit v1.2.3