diff options
author | sluicebox | 2019-12-30 20:43:56 -0800 |
---|---|---|
committer | sluicebox | 2019-12-30 20:43:56 -0800 |
commit | 68e5be374484854675ee42fb3272f85a5a552b11 (patch) | |
tree | ecc95559798bf5ee3981b8113824bd2950ee2d43 /engines/sci/engine | |
parent | b0d0dd1bbeae5dac10391411baa41a4f85b54e65 (diff) | |
download | scummvm-rg350-68e5be374484854675ee42fb3272f85a5a552b11.tar.gz scummvm-rg350-68e5be374484854675ee42fb3272f85a5a552b11.tar.bz2 scummvm-rg350-68e5be374484854675ee42fb3272f85a5a552b11.zip |
SCI: Remove stray script patch commas
Diffstat (limited to 'engines/sci/engine')
-rw-r--r-- | engines/sci/engine/script_patches.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/engines/sci/engine/script_patches.cpp b/engines/sci/engine/script_patches.cpp index 2c3c1d89c0..f0864cd167 100644 --- a/engines/sci/engine/script_patches.cpp +++ b/engines/sci/engine/script_patches.cpp @@ -3322,7 +3322,7 @@ static const uint16 gk2InventoryScrollSpeedSignature[] = { SIG_MAGICDWORD, 0x63, 0x9c, // pToa moveDelay [ 25 ] 0xa5, 0x02, // sat 02 - SIG_END, + SIG_END }; static const uint16 gk2InventoryScrollSpeedPatch[] = { @@ -3494,7 +3494,7 @@ static const uint16 gk2FrauMillerLockupSignature[] = { SIG_UINT16(0x0005), SIG_UINT16(0x0006), 0x31, // bnt [ don't fade music ] - SIG_END, + SIG_END }; static const uint16 gk2FrauMillerLockupPatch[] = { @@ -3522,7 +3522,7 @@ static const uint16 gk2WagnerPaintingMessageSignature[] = { 0x38, SIG_UINT16(0x0006), // pushi 0006 0x67, SIG_ADDTOOFFSET(+1), // pTos noun 0x8f, 0x01, // lsp 01 [ verb ] - SIG_END, + SIG_END }; static const uint16 gk2WagnerPaintingMessagePatch[] = { @@ -7944,7 +7944,7 @@ static const uint16 phant1ResetStabDonFlagSignature[] = { 0x34, SIG_UINT16(0x0384), // ldi 0384 0x1a, // eq? 0x18, // not - SIG_END, + SIG_END }; static const uint16 phant1ResetStabDonFlagPatch[] = { |