diff options
-rw-r--r-- | engines/sherlock/tattoo/tattoo_talk.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/sherlock/tattoo/tattoo_talk.cpp b/engines/sherlock/tattoo/tattoo_talk.cpp index ee6856c6d4..24b46bfddd 100644 --- a/engines/sherlock/tattoo/tattoo_talk.cpp +++ b/engines/sherlock/tattoo/tattoo_talk.cpp @@ -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++; |