[Scummvm-git-logs] scummvm master -> 25e32b206798689ea41d704583ff50cf15e06643

sluicebox 22204938+sluicebox at users.noreply.github.com
Tue Sep 3 02:28:55 CEST 2019


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
25e32b2067 SCI: Fix script patch macro


Commit: 25e32b206798689ea41d704583ff50cf15e06643
    https://github.com/scummvm/scummvm/commit/25e32b206798689ea41d704583ff50cf15e06643
Author: sluicebox (22204938+sluicebox at users.noreply.github.com)
Date: 2019-09-02T17:27:07-07:00

Commit Message:
SCI: Fix script patch macro

Changed paths:
    engines/sci/engine/script_patches.cpp


diff --git a/engines/sci/engine/script_patches.cpp b/engines/sci/engine/script_patches.cpp
index 44282e1..03b7f3a 100644
--- a/engines/sci/engine/script_patches.cpp
+++ b/engines/sci/engine/script_patches.cpp
@@ -4934,7 +4934,7 @@ static const uint16 longbowSignatureAmigaSpeedTest[] = {
 
 static const uint16 longbowPatchAmigaSpeedTest[] = {
 	0x32, PATCH_UINT16(0x00e9),     // jmp 00e9 [ skip test, use fastest machine speed ]
-	SIG_END
+	PATCH_END
 };
 
 //          script, description,                                      signature                                patch





More information about the Scummvm-git-logs mailing list