From 9cc51096c08feb7102d09fb08f4b3a3e1cd41dcb Mon Sep 17 00:00:00 2001 From: Martin Kiewitz Date: Fri, 15 Oct 2010 21:16:36 +0000 Subject: SCI: updating comment for r53515 svn-id: r53517 --- engines/sci/graphics/view.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'engines/sci/graphics') diff --git a/engines/sci/graphics/view.cpp b/engines/sci/graphics/view.cpp index 943e51654b..773822854b 100644 --- a/engines/sci/graphics/view.cpp +++ b/engines/sci/graphics/view.cpp @@ -543,7 +543,8 @@ void GfxView::unditherBitmap(byte *bitmapPtr, int16 width, int16 height, byte cl memset(&bitmapMemorial, 0, sizeof(bitmapMemorial)); // Count all seemingly dithered pixel-combinations as soon as at least 4 - // pixels are adjacent + // pixels are adjacent and check pixels in the following line as well to + // be the reverse pixel combination int16 checkHeight = height - 1; curPtr = bitmapPtr; byte *nextPtr = curPtr + width; -- cgit v1.2.3