From bcfe38c24f032715e732422069f25ae5ef1f2a81 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Sun, 26 Jul 2015 21:51:18 -0400 Subject: SHERLOCK: RT: Move Journal record method back to Journal class --- engines/sherlock/journal.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'engines/sherlock/journal.h') diff --git a/engines/sherlock/journal.h b/engines/sherlock/journal.h index d2baae11a9..ac23fc50f5 100644 --- a/engines/sherlock/journal.h +++ b/engines/sherlock/journal.h @@ -78,6 +78,12 @@ public: */ bool drawJournal(int direction, int howFar); + /** + * Records statements that are said, in the order which they are said. The player + * can then read the journal to review them + */ + void record(int converseNum, int statementNum, bool replyOnly = false); + /** * Synchronize the data for a savegame */ @@ -88,12 +94,6 @@ public: */ virtual void drawFrame() = 0; - /** - * Records statements that are said, in the order which they are said. The player - * can then read the journal to review them - */ - virtual void record(int converseNum, int statementNum, bool replyOnly = false) {} - /** * Reset viewing position to the start of the journal */ -- cgit v1.2.3