aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--scumm/script.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/script.cpp b/scumm/script.cpp
index 9be01fb294..02ac3273d0 100644
--- a/scumm/script.cpp
+++ b/scumm/script.cpp
@@ -1109,7 +1109,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;
}