aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
authorsluicebox2019-12-30 20:43:56 -0800
committersluicebox2019-12-30 20:43:56 -0800
commit68e5be374484854675ee42fb3272f85a5a552b11 (patch)
treeecc95559798bf5ee3981b8113824bd2950ee2d43 /engines
parentb0d0dd1bbeae5dac10391411baa41a4f85b54e65 (diff)
downloadscummvm-rg350-68e5be374484854675ee42fb3272f85a5a552b11.tar.gz
scummvm-rg350-68e5be374484854675ee42fb3272f85a5a552b11.tar.bz2
scummvm-rg350-68e5be374484854675ee42fb3272f85a5a552b11.zip
SCI: Remove stray script patch commas
Diffstat (limited to 'engines')
-rw-r--r--engines/sci/engine/script_patches.cpp8
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[] = {