[Scummvm-git-logs] scummvm master -> 414d0277d0b1ff4467f926a9048fbe8e01aa833e

bluegr bluegr at gmail.com
Sat Aug 25 11:57:23 CEST 2018


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:
414d0277d0 SCI: Fix compilation


Commit: 414d0277d0b1ff4467f926a9048fbe8e01aa833e
    https://github.com/scummvm/scummvm/commit/414d0277d0b1ff4467f926a9048fbe8e01aa833e
Author: Filippos Karapetis (bluegr at gmail.com)
Date: 2018-08-25T12:57:01+03:00

Commit Message:
SCI: Fix compilation

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 f2e1bb1..a61c9b6 100644
--- a/engines/sci/engine/script_patches.cpp
+++ b/engines/sci/engine/script_patches.cpp
@@ -1202,10 +1202,10 @@ static const uint16 gk1InterrogationBugPatch[] = {
 static const uint16 gk1CazanouxPathfindingSignature[] = {
 	SIG_MAGICDWORD,
 	0x78,                            // push1 x = 1
-	0x38, SIG_UINT16(0x90, 0x00),    // pushi y = 144
-	0x38, SIG_UINT16(0xf6, 0x00),    // pushi x = 246
-	0x38, SIG_UINT16(0x92, 0x00),    // pushi y = 146
-	0x38, SIG_UINT16(0xf2, 0x00),    // pushi x = 242
+	0x38, SIG_UINT16(0x0090),        // pushi y = 144
+	0x38, SIG_UINT16(0x00f6),        // pushi x = 246
+	0x38, SIG_UINT16(0x0092),        // pushi y = 146
+	0x38, SIG_UINT16(0x00f2),        // pushi x = 242
 	0x39, 0x69,                      // pushi y = 105
 	0x39, 0x7c,                      // pushi x = 124
 	0x39, 0x68,                      // pushi y = 104
@@ -1214,7 +1214,7 @@ static const uint16 gk1CazanouxPathfindingSignature[] = {
 	0x39, 0x45,                      // pushi x = 69
 	0x39, 0x7c,                      // pushi y = 124
 	0x39, 0x2e,                      // pushi x = 46
-	0x38, SIG_UINT16(0x81, 0x00),    // pushi y = 129
+	0x38, SIG_UINT16(0x0081),        // pushi y = 129
 	SIG_END
 };
 





More information about the Scummvm-git-logs mailing list