From 69b4ae6c6c612a5e130b0efca5a3c4869688f965 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Fri, 12 Jun 2015 20:53:56 -0400 Subject: SHERLOCK: RT: Fix loading talk/script statements --- engines/sherlock/talk.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'engines/sherlock/talk.h') diff --git a/engines/sherlock/talk.h b/engines/sherlock/talk.h index e47f2d9df4..9c44f8ed83 100644 --- a/engines/sherlock/talk.h +++ b/engines/sherlock/talk.h @@ -144,11 +144,12 @@ struct Statement { int _quotient; int _talkMap; Common::Rect _talkPos; + int _journal; /** * Load the data for a single statement within a talk file */ - void synchronize(Common::SeekableReadStream &s); + void load(Common::SeekableReadStream &s, bool isRoseTattoo); }; struct TalkHistoryEntry { -- cgit v1.2.3