aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Kiewitz2010-08-09 21:50:21 +0000
committerMartin Kiewitz2010-08-09 21:50:21 +0000
commitf4f61145836e862ae325b54d711e0da4c7e0f392 (patch)
treef27b4be2c31c05bf7af2bd1f8a7561c13a0009aa
parentfffec23a02cc88ed8daba0a3b50007b7e220c075 (diff)
downloadscummvm-rg350-f4f61145836e862ae325b54d711e0da4c7e0f392.tar.gz
scummvm-rg350-f4f61145836e862ae325b54d711e0da4c7e0f392.tar.bz2
scummvm-rg350-f4f61145836e862ae325b54d711e0da4c7e0f392.zip
SCI: fixing signature for gk1
day6 police sleep issue svn-id: r51948
-rw-r--r--engines/sci/engine/script_patches.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sci/engine/script_patches.cpp b/engines/sci/engine/script_patches.cpp
index ef7b7dcb41..e4063d5de3 100644
--- a/engines/sci/engine/script_patches.cpp
+++ b/engines/sci/engine/script_patches.cpp
@@ -85,7 +85,7 @@ const byte gk1SignatureDay6PoliceSleep[] = {
0x35, 0x08, // ldi 08
0x1a, // eq?
0x31, // bnt [next state check]
- +1, 5, // [skip 1 byte, offset of bnt]
+ +1, 6, // [skip 1 byte, offset of bnt]
0x34, 0xdc, 0x00, // ldi 220
0x65, 0x1a, // aTop cycles
0x32, // jmp [end]