diff options
| -rw-r--r-- | engines/sci/engine/script_patches.cpp | 6 | 
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  }; | 
