From da48b1bbea94e8ae83b51125c998ff27a4358ddd Mon Sep 17 00:00:00 2001 From: Colin Snover Date: Fri, 1 Jul 2016 19:47:34 -0500 Subject: SCI32: Document _remapOccurred flag --- engines/sci/graphics/frameout.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'engines/sci/graphics/frameout.h') diff --git a/engines/sci/graphics/frameout.h b/engines/sci/graphics/frameout.h index d349bbe66f..05c48c3485 100644 --- a/engines/sci/graphics/frameout.h +++ b/engines/sci/graphics/frameout.h @@ -324,7 +324,9 @@ private: Buffer _currentBuffer; /** - * TODO: Documentation + * When true, a change to the remap zone in the palette + * has occurred and screen items with remap data need to + * be redrawn. */ bool _remapOccurred; -- cgit v1.2.3