SCI32: Document _remapOccurred flag

This commit is contained in:
Colin Snover 2016-07-01 19:47:34 -05:00
parent a4c059b864
commit da48b1bbea

View File

@ -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;