aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/graphics
diff options
context:
space:
mode:
authorColin Snover2016-06-25 14:21:07 -0500
committerColin Snover2016-06-26 12:44:35 -0500
commit26e7d3d9e9bf0711d4dfb73a64749cf04855ffac (patch)
treee16230a5b025122acd77aa8afc187650e1b3f063 /engines/sci/graphics
parent6feec9ed724ef6ddbe3b3478b18e64f580f949af (diff)
downloadscummvm-rg350-26e7d3d9e9bf0711d4dfb73a64749cf04855ffac.tar.gz
scummvm-rg350-26e7d3d9e9bf0711d4dfb73a64749cf04855ffac.tar.bz2
scummvm-rg350-26e7d3d9e9bf0711d4dfb73a64749cf04855ffac.zip
SCI32: Remove no-longer-relevant comment
Diffstat (limited to 'engines/sci/graphics')
-rw-r--r--engines/sci/graphics/frameout.cpp4
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);