From 0898bfd977668846f60195531d26a92ce9ac7f4e Mon Sep 17 00:00:00 2001 From: Strangerke Date: Wed, 30 Oct 2013 00:27:10 +0100 Subject: TOON: Fix CID 1002425, 1002426, 1003214 --- engines/toon/state.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'engines/toon/state.cpp') 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) { -- cgit v1.2.3