From dff033fc7d4902952edb67164afbd907e055d234 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Thu, 20 Aug 2015 20:13:31 -0400 Subject: SHERLOCK: RT: Don't record journal entries during Watson's prologue --- engines/sherlock/scalpel/scalpel_journal.cpp | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'engines/sherlock/scalpel/scalpel_journal.cpp') diff --git a/engines/sherlock/scalpel/scalpel_journal.cpp b/engines/sherlock/scalpel/scalpel_journal.cpp index e54f1bc490..787d899aee 100644 --- a/engines/sherlock/scalpel/scalpel_journal.cpp +++ b/engines/sherlock/scalpel/scalpel_journal.cpp @@ -625,6 +625,12 @@ void ScalpelJournal::resetPosition() { _page = 1; } +void ScalpelJournal::record(int converseNum, int statementNum, bool replyOnly) { + // there seems to be no journal in the 3DO version + if (!IS_3DO) + Journal::record(converseNum, statementNum, replyOnly); +} + } // End of namespace Scalpel } // End of namespace Sherlock -- cgit v1.2.3