aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/graphics/frameout.h
diff options
context:
space:
mode:
authorColin Snover2016-07-01 19:47:34 -0500
committerColin Snover2016-07-02 22:28:53 -0500
commitda48b1bbea94e8ae83b51125c998ff27a4358ddd (patch)
tree7e8fa92d786180c27a574f58c25881969c53c888 /engines/sci/graphics/frameout.h
parenta4c059b8641e8fe170ac1f829e56a4d0e98fa455 (diff)
downloadscummvm-rg350-da48b1bbea94e8ae83b51125c998ff27a4358ddd.tar.gz
scummvm-rg350-da48b1bbea94e8ae83b51125c998ff27a4358ddd.tar.bz2
scummvm-rg350-da48b1bbea94e8ae83b51125c998ff27a4358ddd.zip
SCI32: Document _remapOccurred flag
Diffstat (limited to 'engines/sci/graphics/frameout.h')
-rw-r--r--engines/sci/graphics/frameout.h4
1 files changed, 3 insertions, 1 deletions
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;