diff options
Diffstat (limited to 'engines/toon/state.cpp')
-rw-r--r-- | engines/toon/state.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/toon/state.cpp b/engines/toon/state.cpp index 8e4abbd709..fffa8cf529 100644 --- a/engines/toon/state.cpp +++ b/engines/toon/state.cpp @@ -115,6 +115,10 @@ State::State(void) { #endif memset(_conversationState, 0, sizeof(Conversation) * 60); + + _conversationData = nullptr; + _currentConversationId = -1; + _exitConversation = true; } State::~State(void) { |