diff options
author | Travis Howell | 2004-07-14 10:48:33 +0000 |
---|---|---|
committer | Travis Howell | 2004-07-14 10:48:33 +0000 |
commit | fc0ee149383c5ab294bf37ef7de40a9478ff61f4 (patch) | |
tree | ebf7049c3b02f906c7a89883bc122d00dfe14109 | |
parent | 50c80a808aba13160a2a4a218f8f0dc49a157e1c (diff) | |
download | scummvm-rg350-fc0ee149383c5ab294bf37ef7de40a9478ff61f4.tar.gz scummvm-rg350-fc0ee149383c5ab294bf37ef7de40a9478ff61f4.tar.bz2 scummvm-rg350-fc0ee149383c5ab294bf37ef7de40a9478ff61f4.zip |
Update comment
svn-id: r14213
-rw-r--r-- | scumm/boxes.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/boxes.cpp b/scumm/boxes.cpp index 0e5c0b69b4..47fc8e3c6a 100644 --- a/scumm/boxes.cpp +++ b/scumm/boxes.cpp @@ -108,7 +108,7 @@ byte ScummEngine::getMaskFromBox(int box) { void ScummEngine::setBoxFlags(int box, int val) { debug(2, "setBoxFlags(%d, 0x%02x)", box, val); - /* FULL_THROTTLE stuff */ + /* SCUMM7+ stuff */ if (val & 0xC000) { assert(box >= 0 && box < 65); _extraBoxFlags[box] = val; |