diff options
author | Travis Howell | 2004-09-25 11:20:38 +0000 |
---|---|---|
committer | Travis Howell | 2004-09-25 11:20:38 +0000 |
commit | 2bc1e81a71455d1dc29eb28f613554cc9733a95a (patch) | |
tree | 545f6f5f751c948ae2e26613b6b081246348d95e /scumm | |
parent | 0c12afcd71cf5689279ee3ba6fc1e4922b66f23f (diff) | |
download | scummvm-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.cpp | 1 |
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; |