mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-16 06:39:17 +00:00
SCI32: Fix typos
Thanks @OmerMor.
This commit is contained in:
parent
7de9f4e6d8
commit
8ba899b46b
@ -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
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user