aboutsummaryrefslogtreecommitdiff
path: root/engines/sherlock/scalpel/scalpel_talk.cpp
diff options
context:
space:
mode:
authorPaul Gilbert2015-06-07 16:55:21 -0400
committerPaul Gilbert2015-06-07 16:55:21 -0400
commita066d27aeef2ef37be710dd9d160da08acfff0c7 (patch)
tree6e1834ecd460cba2220d2ad5781c06adec3d1821 /engines/sherlock/scalpel/scalpel_talk.cpp
parent359d4cdb2442aab8d10c21b7724798a3c8c4ed2c (diff)
downloadscummvm-rg350-a066d27aeef2ef37be710dd9d160da08acfff0c7.tar.gz
scummvm-rg350-a066d27aeef2ef37be710dd9d160da08acfff0c7.tar.bz2
scummvm-rg350-a066d27aeef2ef37be710dd9d160da08acfff0c7.zip
SHERLOCK: Fix mistakes in opcode lists
Diffstat (limited to 'engines/sherlock/scalpel/scalpel_talk.cpp')
-rw-r--r--engines/sherlock/scalpel/scalpel_talk.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sherlock/scalpel/scalpel_talk.cpp b/engines/sherlock/scalpel/scalpel_talk.cpp
index f630534af7..0ad162e160 100644
--- a/engines/sherlock/scalpel/scalpel_talk.cpp
+++ b/engines/sherlock/scalpel/scalpel_talk.cpp
@@ -149,7 +149,7 @@ ScalpelTalk::ScalpelTalk(SherlockEngine *vm) : Talk(vm) {
nullptr, nullptr, nullptr, nullptr, nullptr, nullptr, nullptr, nullptr, nullptr, nullptr,
nullptr, nullptr, nullptr, nullptr, nullptr, nullptr, nullptr, nullptr, nullptr, nullptr,
nullptr, nullptr, nullptr, nullptr, nullptr, nullptr, nullptr, nullptr, nullptr, nullptr,
- nullptr, nullptr, nullptr, nullptr, nullptr, nullptr, nullptr
+ nullptr, nullptr, nullptr, nullptr, nullptr, nullptr, nullptr, nullptr, nullptr, nullptr
};
_opcodes = SCALPEL_OPCODES;