aboutsummaryrefslogtreecommitdiff
path: root/scumm/script.cpp
diff options
context:
space:
mode:
authorTravis Howell2004-02-21 13:17:35 +0000
committerTravis Howell2004-02-21 13:17:35 +0000
commitd669bb702879e6df7170c127055322c5ecff5d62 (patch)
treedf8de2bd1d2d241f89047b8302861812d4840db5 /scumm/script.cpp
parent30fd4d66ac2ee1057c429df54aeea8b20b9d4354 (diff)
downloadscummvm-rg350-d669bb702879e6df7170c127055322c5ecff5d62.tar.gz
scummvm-rg350-d669bb702879e6df7170c127055322c5ecff5d62.tar.bz2
scummvm-rg350-d669bb702879e6df7170c127055322c5ecff5d62.zip
Add comment
svn-id: r12966
Diffstat (limited to 'scumm/script.cpp')
-rw-r--r--scumm/script.cpp2
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;
}