Skip to content

Commit

Permalink
SHERLOCK: RT: Fix initialization of NPC descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
dreammaster committed Aug 8, 2015
1 parent 62406c8 commit 87956d6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions engines/sherlock/tattoo/tattoo_talk.cpp
Expand Up @@ -426,6 +426,7 @@ OpcodeReturn TattooTalk::cmdSetNPCDescOnOff(const byte *&str) {

// Copy over the NPC examine text until we reach a stop marker, which is
// the same as a start marker, or we reach the end of the file
person._examine = "";
while (*str && *str != _opcodes[OP_NPC_DESC_ON_OFF])
person._examine += *str++;

Expand Down

0 comments on commit 87956d6

Please sign in to comment.