Skip to content

Commit

Permalink
SCI: Improve Larry 1 Spanish script patch
Browse files Browse the repository at this point in the history
So that it also works even when the patch files are missing.
  • Loading branch information
Martin Kiewitz committed Oct 7, 2017
1 parent eb1f903 commit 83436e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engines/sci/engine/script_patches.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2520,7 +2520,7 @@ static const uint16 larry1SignatureBuyApple[] = {
0x36, // push
0x38, SIG_UINT16(0x0126), // pushi setAvoider
0x78, // push1
0x51, 0x6d, // class PAvoider
0x51, SIG_ADDTOOFFSET(+1), // class PAvoider (original 0x25, w/ patch file 0x6d)
0x36, // push
0x38, SIG_UINT16(0x0116), // pushi setMotion
SIG_MAGICDWORD,
Expand Down

0 comments on commit 83436e6

Please sign in to comment.