aboutsummaryrefslogtreecommitdiff
path: root/scumm
diff options
context:
space:
mode:
authorTravis Howell2004-02-21 15:12:46 +0000
committerTravis Howell2004-02-21 15:12:46 +0000
commit1831d71ed357bc582625365f7e3164550669a2e3 (patch)
tree122b08debdf7bf7e301f116954dbeb507fee55de /scumm
parent099bd2cb47762947044e2160e1de46bb15d47e84 (diff)
downloadscummvm-rg350-1831d71ed357bc582625365f7e3164550669a2e3.tar.gz
scummvm-rg350-1831d71ed357bc582625365f7e3164550669a2e3.tar.bz2
scummvm-rg350-1831d71ed357bc582625365f7e3164550669a2e3.zip
Ooops, didn't meant to revert
svn-id: r12968
Diffstat (limited to 'scumm')
-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;
}