From a6605c3cbbc5ac4cc823778ae1749624542ca48c Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Sat, 29 Aug 2015 16:06:55 -0400 Subject: SHERLOCK: RT: Replace constant with it's proper enum value --- engines/sherlock/tattoo/tattoo_talk.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/sherlock/tattoo') diff --git a/engines/sherlock/tattoo/tattoo_talk.cpp b/engines/sherlock/tattoo/tattoo_talk.cpp index 98bf452c3c..a4ceca042b 100644 --- a/engines/sherlock/tattoo/tattoo_talk.cpp +++ b/engines/sherlock/tattoo/tattoo_talk.cpp @@ -640,7 +640,7 @@ OpcodeReturn TattooTalk::cmdSetNPCTalkFile(const byte *&str) { memset(person._npcPath, 0, 100); } - person._npcPath[person._npcIndex] = 3; + person._npcPath[person._npcIndex] = NPCPATH_SET_TALK_FILE; for (int i = 1; i <= 8; i++) person._npcPath[person._npcIndex + i] = str[i]; -- cgit v1.2.3