diff options
author | Eugene Sandulenko | 2016-05-16 10:34:07 +0200 |
---|---|---|
committer | Eugene Sandulenko | 2016-05-16 16:56:57 +0200 |
commit | 1de6a461ab7fd72b4ab112f99299f13d1edc6416 (patch) | |
tree | 4c8267a1785b88ea90feab6e100f8bcb9a02edde /engines | |
parent | c46163dd31b7daa078e73c67bfd454eb02db244e (diff) | |
download | scummvm-rg350-1de6a461ab7fd72b4ab112f99299f13d1edc6416.tar.gz scummvm-rg350-1de6a461ab7fd72b4ab112f99299f13d1edc6416.tar.bz2 scummvm-rg350-1de6a461ab7fd72b4ab112f99299f13d1edc6416.zip |
SCUMM HE: Clarify comment
Diffstat (limited to 'engines')
-rw-r--r-- | engines/scumm/he/script_v100he.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/scumm/he/script_v100he.cpp b/engines/scumm/he/script_v100he.cpp index 4388433c7e..7fe1d88120 100644 --- a/engines/scumm/he/script_v100he.cpp +++ b/engines/scumm/he/script_v100he.cpp @@ -625,7 +625,7 @@ void ScummEngine_v100he::o100_arrayOps() { } break; case 132: // SO_COMPLEX_ARRAY_MATH_OPERATION - // TODO: Used by room 2 script 2180 in Moonbase Commander + // TODO: Used by room 2 script 2180 in Moonbase Commander (modify-line-of-sight) fetchScriptWord(); fetchScriptWord(); type = pop(); |