aboutsummaryrefslogtreecommitdiff
path: root/engines/toon/state.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/toon/state.cpp')
-rw-r--r--engines/toon/state.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/toon/state.cpp b/engines/toon/state.cpp
index 6ac5808219..000f94d659 100644
--- a/engines/toon/state.cpp
+++ b/engines/toon/state.cpp
@@ -115,7 +115,7 @@ State::State(void) {
#endif
memset(_conversationState, 0, sizeof(Conversation) * 60);
-
+
_conversationData = nullptr;
_currentConversationId = -1;
_exitConversation = true;