diff options
author | Paul Gilbert | 2015-06-07 16:55:21 -0400 |
---|---|---|
committer | Paul Gilbert | 2015-06-07 16:55:21 -0400 |
commit | a066d27aeef2ef37be710dd9d160da08acfff0c7 (patch) | |
tree | 6e1834ecd460cba2220d2ad5781c06adec3d1821 /engines/sherlock/scalpel | |
parent | 359d4cdb2442aab8d10c21b7724798a3c8c4ed2c (diff) | |
download | scummvm-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')
-rw-r--r-- | engines/sherlock/scalpel/scalpel_talk.cpp | 2 |
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; |