aboutsummaryrefslogtreecommitdiff
path: root/engines/touche/opcodes.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/touche/opcodes.cpp')
-rw-r--r--engines/touche/opcodes.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/touche/opcodes.cpp b/engines/touche/opcodes.cpp
index e545d9d404..2011384348 100644
--- a/engines/touche/opcodes.cpp
+++ b/engines/touche/opcodes.cpp
@@ -382,7 +382,7 @@ void ToucheEngine::op_endConversation() {
debugC(9, kDebugOpcodes, "ToucheEngine::op_endConversation()");
_script.quitFlag = 1;
_conversationEnded = true;
- _disabledInputCounter = false;
+ _disabledInputCounter = 0;
}
void ToucheEngine::op_stopScript() {