[Scummvm-git-logs] scummvm master -> 4fd313a4963777ea4e3fc7d97110a48cf0cd7349

m-kiewitz m_kiewitz at users.sourceforge.net
Sat Jul 1 11:41:19 CEST 2017


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:
4fd313a496 SCI: Fix typo in pq3 script patch


Commit: 4fd313a4963777ea4e3fc7d97110a48cf0cd7349
    https://github.com/scummvm/scummvm/commit/4fd313a4963777ea4e3fc7d97110a48cf0cd7349
Author: Martin Kiewitz (m_kiewitz at users.sourceforge.net)
Date: 2017-07-01T11:41:15+02:00

Commit Message:
SCI: Fix typo in pq3 script patch

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 babf958..0168ef1 100644
--- a/engines/sci/engine/script_patches.cpp
+++ b/engines/sci/engine/script_patches.cpp
@@ -3799,7 +3799,7 @@ static const uint16 pq3PatchGiveLocketPoints[] = {
 	0x4a, 0x06,                          // send 06 - Inv::at(25h)
 	0x4a, 0x06,                          // send 06 - locket::state(1)
 	// optimized code, saving 9 bytes
-	0x38, SIG_UINT16(0x009b),            // pushi 009bh (owner)
+	0x38, PATCH_UINT16(0x009b),          // pushi 009bh (owner)
 	0x76,                                // push0
 	0x4a, 0x04,                          // send 04 - locket::owner
 	PATCH_END





More information about the Scummvm-git-logs mailing list