diff options
author | Travis Howell | 2004-02-21 15:12:46 +0000 |
---|---|---|
committer | Travis Howell | 2004-02-21 15:12:46 +0000 |
commit | 1831d71ed357bc582625365f7e3164550669a2e3 (patch) | |
tree | 122b08debdf7bf7e301f116954dbeb507fee55de | |
parent | 099bd2cb47762947044e2160e1de46bb15d47e84 (diff) | |
download | scummvm-rg350-1831d71ed357bc582625365f7e3164550669a2e3.tar.gz scummvm-rg350-1831d71ed357bc582625365f7e3164550669a2e3.tar.bz2 scummvm-rg350-1831d71ed357bc582625365f7e3164550669a2e3.zip |
Ooops, didn't meant to revert
svn-id: r12968
-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 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; } |