aboutsummaryrefslogtreecommitdiff
path: root/engines/sci
diff options
context:
space:
mode:
authorsluicebox2019-08-19 18:47:23 -0700
committersluicebox2019-08-19 18:47:23 -0700
commit1dbd50b7e391cbb891b40e512c4e527bd8ab3a5f (patch)
tree5de9ea0d106649700ed90916f2fd0ddadc41b22b /engines/sci
parentcc05dbccd907c9c80e0f5899cb640f2c8a2beb57 (diff)
downloadscummvm-rg350-1dbd50b7e391cbb891b40e512c4e527bd8ab3a5f.tar.gz
scummvm-rg350-1dbd50b7e391cbb891b40e512c4e527bd8ab3a5f.tar.bz2
scummvm-rg350-1dbd50b7e391cbb891b40e512c4e527bd8ab3a5f.zip
SCI: Fix spacing and macro on previous commit
Diffstat (limited to 'engines/sci')
-rw-r--r--engines/sci/engine/script_patches.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/engines/sci/engine/script_patches.cpp b/engines/sci/engine/script_patches.cpp
index cf391b86b4..123c1bb7d5 100644
--- a/engines/sci/engine/script_patches.cpp
+++ b/engines/sci/engine/script_patches.cpp
@@ -7761,13 +7761,13 @@ static const uint16 pq3PatchDoctorMouthSpeed[] = {
0x32, PATCH_UINT16(0x0002), // jmp 0002
PATCH_ADDTOOFFSET(+15),
0x4a, 0x16, // send 16 [ don't set cycleSpeed, use default (6) ]
- SIG_END,
+ PATCH_END,
};
// script, description, signature patch
static const SciScriptPatcherEntry pq3Signatures[] = {
- { true, 36, "give locket missing points", 1, pq3SignatureGiveLocketPoints, pq3PatchGiveLocketPoints },
- { true, 36, "doctor mouth speed", 1, pq3SignatureDoctorMouthSpeed, pq3PatchDoctorMouthSpeed },
+ { true, 36, "give locket missing points", 1, pq3SignatureGiveLocketPoints, pq3PatchGiveLocketPoints },
+ { true, 36, "doctor mouth speed", 1, pq3SignatureDoctorMouthSpeed, pq3PatchDoctorMouthSpeed },
SCI_SIGNATUREENTRY_TERMINATOR
};