aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--engines/tucker/tucker.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/tucker/tucker.cpp b/engines/tucker/tucker.cpp
index 9e21a10e42..e1d05ecd83 100644
--- a/engines/tucker/tucker.cpp
+++ b/engines/tucker/tucker.cpp
@@ -3391,7 +3391,7 @@ int TuckerEngine::executeTableInstruction() {
_nextLocationNum = readTableInstructionParam(2);
return 1;
case kCode_mof:
- // TODO: Unknown opcode in Spanish version. Identify if this has any function.
+ setCursorState(kCursorStateDisabledHidden);
return 0;
case kCode_opt:
_conversationOptionsCount = readTableInstructionParam(2);