diff options
author | Colin Snover | 2016-06-25 14:21:07 -0500 |
---|---|---|
committer | Colin Snover | 2016-06-26 12:44:35 -0500 |
commit | 26e7d3d9e9bf0711d4dfb73a64749cf04855ffac (patch) | |
tree | e16230a5b025122acd77aa8afc187650e1b3f063 | |
parent | 6feec9ed724ef6ddbe3b3478b18e64f580f949af (diff) | |
download | scummvm-rg350-26e7d3d9e9bf0711d4dfb73a64749cf04855ffac.tar.gz scummvm-rg350-26e7d3d9e9bf0711d4dfb73a64749cf04855ffac.tar.bz2 scummvm-rg350-26e7d3d9e9bf0711d4dfb73a64749cf04855ffac.zip |
SCI32: Remove no-longer-relevant comment
-rw-r--r-- | engines/sci/graphics/frameout.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/engines/sci/graphics/frameout.cpp b/engines/sci/graphics/frameout.cpp index cbd61467b7..09e705aebf 100644 --- a/engines/sci/graphics/frameout.cpp +++ b/engines/sci/graphics/frameout.cpp @@ -972,10 +972,6 @@ void GfxFrameout::palMorphFrameOut(const int8 *styleRanges, const ShowStyleEntry _frameNowVisible = true; } -// TODO: What does the bit masking for the show rects do, -// and does it cause an off-by-one error in rect calculations -// since SOL_Rect is BR inclusive and Common::Rect is BR -// exclusive? void GfxFrameout::showBits() { for (RectList::const_iterator rect = _showList.begin(); rect != _showList.end(); ++rect) { Common::Rect rounded(**rect); |