diff options
author | Martin Kiewitz | 2017-07-01 11:41:15 +0200 |
---|---|---|
committer | Martin Kiewitz | 2017-07-01 11:41:15 +0200 |
commit | 4fd313a4963777ea4e3fc7d97110a48cf0cd7349 (patch) | |
tree | 755f77463711f92f78e9161a9b0d15483466ebb9 /engines/sci | |
parent | a978e2a1fd80e04e1fe05df3b28649c4b068bf19 (diff) | |
download | scummvm-rg350-4fd313a4963777ea4e3fc7d97110a48cf0cd7349.tar.gz scummvm-rg350-4fd313a4963777ea4e3fc7d97110a48cf0cd7349.tar.bz2 scummvm-rg350-4fd313a4963777ea4e3fc7d97110a48cf0cd7349.zip |
SCI: Fix typo in pq3 script patch
Diffstat (limited to 'engines/sci')
-rw-r--r-- | engines/sci/engine/script_patches.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sci/engine/script_patches.cpp b/engines/sci/engine/script_patches.cpp index babf958f24..0168ef12d8 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 |