aboutsummaryrefslogtreecommitdiff
path: root/engines/sherlock/talk.h
diff options
context:
space:
mode:
authorPaul Gilbert2015-06-12 20:53:56 -0400
committerPaul Gilbert2015-06-12 20:53:56 -0400
commit69b4ae6c6c612a5e130b0efca5a3c4869688f965 (patch)
tree0a2488eadd2fbed5c8ce56cda4293fa73620d8e3 /engines/sherlock/talk.h
parent1a4d723e6099fe06055b46d7fa9f07e7158d271b (diff)
downloadscummvm-rg350-69b4ae6c6c612a5e130b0efca5a3c4869688f965.tar.gz
scummvm-rg350-69b4ae6c6c612a5e130b0efca5a3c4869688f965.tar.bz2
scummvm-rg350-69b4ae6c6c612a5e130b0efca5a3c4869688f965.zip
SHERLOCK: RT: Fix loading talk/script statements
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 {