From 87956d6a10369be3c30898fa647ed688684175f7 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Fri, 7 Aug 2015 23:10:16 -0400 Subject: SHERLOCK: RT: Fix initialization of NPC descriptions --- engines/sherlock/tattoo/tattoo_talk.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'engines/sherlock') 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++; -- cgit v1.2.3