aboutsummaryrefslogtreecommitdiff
path: root/engines/sherlock/scalpel/scalpel_journal.cpp
diff options
context:
space:
mode:
authorPaul Gilbert2015-08-20 20:13:31 -0400
committerPaul Gilbert2015-08-20 20:13:31 -0400
commitdff033fc7d4902952edb67164afbd907e055d234 (patch)
tree528d364347d1c842ff76663251182a9f43f72acf /engines/sherlock/scalpel/scalpel_journal.cpp
parent22bb8e2f57138a7acfde61fc3cd806bafd10222b (diff)
downloadscummvm-rg350-dff033fc7d4902952edb67164afbd907e055d234.tar.gz
scummvm-rg350-dff033fc7d4902952edb67164afbd907e055d234.tar.bz2
scummvm-rg350-dff033fc7d4902952edb67164afbd907e055d234.zip
SHERLOCK: RT: Don't record journal entries during Watson's prologue
Diffstat (limited to 'engines/sherlock/scalpel/scalpel_journal.cpp')
-rw-r--r--engines/sherlock/scalpel/scalpel_journal.cpp6
1 files changed, 6 insertions, 0 deletions
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