aboutsummaryrefslogtreecommitdiff
path: root/engines/sherlock/talk.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sherlock/talk.h')
-rw-r--r--engines/sherlock/talk.h3
1 files changed, 2 insertions, 1 deletions
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 {