From 2bc1e81a71455d1dc29eb28f613554cc9733a95a Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Sat, 25 Sep 2004 11:20:38 +0000 Subject: Lost comment svn-id: r15265 --- scumm/gfx.cpp | 1 + 1 file changed, 1 insertion(+) 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; -- cgit v1.2.3