[Scummvm-cvs-logs] scummvm master -> 0538f08bbee8e5eed3c70149ba64ec41315c9b18

dreammaster dreammaster at scummvm.org
Tue Aug 4 01:16:11 CEST 2015


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
0538f08bbe SHERLOCK: RT: Fix journal handling of OP_NPC_DESC_ON_OFF opcode


Commit: 0538f08bbee8e5eed3c70149ba64ec41315c9b18
    https://github.com/scummvm/scummvm/commit/0538f08bbee8e5eed3c70149ba64ec41315c9b18
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2015-08-03T19:15:10-04:00

Commit Message:
SHERLOCK: RT: Fix journal handling of OP_NPC_DESC_ON_OFF opcode

Changed paths:
    engines/sherlock/journal.cpp



diff --git a/engines/sherlock/journal.cpp b/engines/sherlock/journal.cpp
index cb3941e..a8f7141 100644
--- a/engines/sherlock/journal.cpp
+++ b/engines/sherlock/journal.cpp
@@ -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;






More information about the Scummvm-git-logs mailing list