aboutsummaryrefslogtreecommitdiff
path: root/scumm
diff options
context:
space:
mode:
authorTravis Howell2004-09-25 11:20:38 +0000
committerTravis Howell2004-09-25 11:20:38 +0000
commit2bc1e81a71455d1dc29eb28f613554cc9733a95a (patch)
tree545f6f5f751c948ae2e26613b6b081246348d95e /scumm
parent0c12afcd71cf5689279ee3ba6fc1e4922b66f23f (diff)
downloadscummvm-rg350-2bc1e81a71455d1dc29eb28f613554cc9733a95a.tar.gz
scummvm-rg350-2bc1e81a71455d1dc29eb28f613554cc9733a95a.tar.bz2
scummvm-rg350-2bc1e81a71455d1dc29eb28f613554cc9733a95a.zip
Lost comment
svn-id: r15265
Diffstat (limited to 'scumm')
-rw-r--r--scumm/gfx.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/scumm/gfx.cpp b/scumm/gfx.cpp
index 4e1d112eb9..5118939340 100644
--- a/scumm/gfx.cpp
+++ b/scumm/gfx.cpp
@@ -2155,6 +2155,7 @@ void Gdi::decompressMaskImgOr(byte *dst, const byte *src, int height) const {
} \
} while (0)
+// NOTE: drawStripHE is actually very similar to drawStripComplex
void Gdi::drawStripHE(byte *dst, int dstPitch, const byte *src, int w, int height, const bool transpCheck) const {
uint32 dataBit, data, shift;
byte color;