mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-13 21:20:58 +00:00
SHERLOCK: RT: Fix journal handling of OP_NPC_DESC_ON_OFF opcode
This commit is contained in:
parent
e3cd091f88
commit
0538f08bbe
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user