SHERLOCK: RT: Fix journal handling of OP_NPC_DESC_ON_OFF opcode

This commit is contained in:
Paul Gilbert 2015-08-03 19:15:10 -04:00
parent e3cd091f88
commit 0538f08bbe

View File

@ -644,7 +644,6 @@ void Journal::loadJournalFile(bool alreadyLoaded) {
replyP++;
while (replyP[0] && replyP[0] != opcodes[OP_NPC_DESC_ON_OFF])
replyP++;
replyP++;
} else if (
c == opcodes[OP_SET_NPC_INFO_LINE])
replyP += replyP[1] + 2;