diff options
| -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; | 
