diff options
-rw-r--r-- | scumm/script.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/script.cpp b/scumm/script.cpp index ed8c79bc9f..ae5ea94bc3 100644 --- a/scumm/script.cpp +++ b/scumm/script.cpp @@ -1107,7 +1107,7 @@ void ScummEngine::beginOverride() { fetchScriptByte(); fetchScriptWord(); - // FIXME: why is this here? it doesn't seem to belong here? + // This is based on disassembly VAR(VAR_OVERRIDE) = 0; } |