[Scummvm-git-logs] scummvm master -> 8ba899b46be702b5a079f26011df147c18fe8222

csnover csnover at users.noreply.github.com
Thu Oct 27 21:37:19 CEST 2016


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:
8ba899b46b SCI32: Fix typos


Commit: 8ba899b46be702b5a079f26011df147c18fe8222
    https://github.com/scummvm/scummvm/commit/8ba899b46be702b5a079f26011df147c18fe8222
Author: Colin Snover (github.com at zetafleet.com)
Date: 2016-10-27T14:37:13-05:00

Commit Message:
SCI32: Fix typos

Thanks @OmerMor.

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 be96344..5f3370b 100644
--- a/engines/sci/engine/script_patches.cpp
+++ b/engines/sci/engine/script_patches.cpp
@@ -2197,14 +2197,14 @@ static const SciScriptPatcherEntry larry6Signatures[] = {
 // larger and so a debug message "y value less than vanishingY" is displayed.
 static const uint16 larry6HiresSignatureSetScale[] = {
 	SIG_MAGICDWORD,
-	0x38, SIG_UINT16(0x14b), // pushi 014b (setStyle)
+	0x38, SIG_UINT16(0x14b), // pushi 014b (setScale)
 	0x38, SIG_UINT16(0x05),  // pushi 0005
-	0x51, 0x2c,              // class 2c (Styler)
+	0x51, 0x2c,              // class 2c (Scaler)
 	SIG_END
 };
 
 static const uint16 larry6HiresPatchSetScale[] = {
-	0x38, SIG_UINT16(0x14f), // pushi 014f (setStyler)
+	0x38, SIG_UINT16(0x14f), // pushi 014f (setScaler)
 	PATCH_END
 };
 





More information about the Scummvm-git-logs mailing list