From 5a5a225216111b9507595a2ccfd37c3a518aa3a4 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Sun, 21 Jun 2015 17:23:26 -0400 Subject: SHERLOCK: RT: Implemented further journal draw methods --- engines/sherlock/scalpel/scalpel_journal.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'engines/sherlock/scalpel/scalpel_journal.h') diff --git a/engines/sherlock/scalpel/scalpel_journal.h b/engines/sherlock/scalpel/scalpel_journal.h index fdf92819e7..9790461dbe 100644 --- a/engines/sherlock/scalpel/scalpel_journal.h +++ b/engines/sherlock/scalpel/scalpel_journal.h @@ -48,7 +48,7 @@ private: /** * Load the list of journal locations */ - void loadJournalLocations(); + void loadLocations(); /** * Display the arrows that can be used to scroll up and down pages @@ -81,7 +81,7 @@ public: /** * Draw the journal background, frame, and interface buttons */ - virtual void drawJournalFrame(); + virtual void drawFrame(); /** * Records statements that are said, in the order which they are said. The player -- cgit v1.2.3