Skip to content

Commit

Permalink
SHERLOCK: RT: Fix incorrect entries in opcode method table
Browse files Browse the repository at this point in the history
  • Loading branch information
dreammaster committed Aug 7, 2015
1 parent 6c383d9 commit 02548aa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions engines/sherlock/tattoo/tattoo_talk.cpp
Expand Up @@ -173,6 +173,7 @@ TattooTalk::TattooTalk(SherlockEngine *vm) : Talk(vm), _talkWidget(vm) {
(OpcodeMethod)&TattooTalk::cmdSetNPCVerbScript,
nullptr,
(OpcodeMethod)&TattooTalk::cmdRestorePeopleSequence,
nullptr,
(OpcodeMethod)&TattooTalk::cmdSetNPCVerbTarget,
(OpcodeMethod)&TattooTalk::cmdTurnSoundsOff
};
Expand Down

0 comments on commit 02548aa

Please sign in to comment.