diff options
Diffstat (limited to 'engines/toon/state.cpp')
-rw-r--r-- | engines/toon/state.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/toon/state.cpp b/engines/toon/state.cpp index 71674688d5..abd8a409a6 100644 --- a/engines/toon/state.cpp +++ b/engines/toon/state.cpp @@ -80,6 +80,7 @@ State::State(void) { _showConversationIcons = false; + _inMenu = false; _inCloseUp = false; _inConversation = false; |