diff options
Diffstat (limited to 'engines/sherlock/talk.h')
| -rw-r--r-- | engines/sherlock/talk.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/engines/sherlock/talk.h b/engines/sherlock/talk.h index 55a4c0fd69..fc73994cc6 100644 --- a/engines/sherlock/talk.h +++ b/engines/sherlock/talk.h @@ -43,13 +43,15 @@ class Talk { private: SherlockEngine *_vm; public: - Common::Array<TalkHistoryEntry> _history; + Common::Array<TalkHistoryEntry> _statements; bool _talkToAbort; int _talkCounter; public: Talk(SherlockEngine *vm); void talkTo(const Common::String &name); + + void freeTalkVars(); }; } // End of namespace Sherlock |
