aboutsummaryrefslogtreecommitdiff
path: root/scumm/gfx.cpp
diff options
context:
space:
mode:
authorTravis Howell2005-06-05 04:53:43 +0000
committerTravis Howell2005-06-05 04:53:43 +0000
commit065ffeaf853fcb4633ba143e1cbf60f6d72b2aba (patch)
tree8bbe35b780164b0f47d94fc32007796873dd7cf7 /scumm/gfx.cpp
parentd1f2a7a1826da41a7245de29ce9603d08782aea2 (diff)
downloadscummvm-rg350-065ffeaf853fcb4633ba143e1cbf60f6d72b2aba.tar.gz
scummvm-rg350-065ffeaf853fcb4633ba143e1cbf60f6d72b2aba.tar.bz2
scummvm-rg350-065ffeaf853fcb4633ba143e1cbf60f6d72b2aba.zip
Update HE comments
svn-id: r18348
Diffstat (limited to 'scumm/gfx.cpp')
-rw-r--r--scumm/gfx.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/scumm/gfx.cpp b/scumm/gfx.cpp
index 58f7e36936..8bb4bda913 100644
--- a/scumm/gfx.cpp
+++ b/scumm/gfx.cpp
@@ -1061,7 +1061,6 @@ void ScummEngine::drawBox(int x, int y, int x2, int y2, int color) {
}
} else {
// Flags are used for different methods in HE71+ games
- // TODO: Add correct drawing method
if ((color & 0x2000) || (color & 0x4000000)) {
blit(backbuff, vs->pitch, bgbuff, vs->pitch, width, height);
} else if ((color & 0x4000) || (color & 0x2000000)) {