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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sherlock/talk.h b/engines/sherlock/talk.h
index 767c7c803c..87ed547be7 100644
--- a/engines/sherlock/talk.h
+++ b/engines/sherlock/talk.h
@@ -185,7 +185,6 @@ protected:
Common::Stack<SequenceEntry> _sequenceStack;
Common::Stack<ScriptStackEntry> _scriptStack;
Common::Array<TalkHistoryEntry> _talkHistory;
- int _speaker;
int _talkIndex;
int _scriptSelect;
int _talkStealth;
@@ -276,6 +275,7 @@ public:
bool _moreTalkUp, _moreTalkDown;
int _converseNum;
const byte *_opcodes;
+ int _speaker;
public:
static Talk *init(SherlockEngine *vm);
virtual ~Talk() {}