[Scummvm-cvs-logs] SF.net SVN: scummvm:[53517] scummvm/trunk/engines/sci/graphics/view.cpp
m_kiewitz at users.sourceforge.net
m_kiewitz at users.sourceforge.net
Fri Oct 15 23:16:37 CEST 2010
Revision: 53517
http://scummvm.svn.sourceforge.net/scummvm/?rev=53517&view=rev
Author: m_kiewitz
Date: 2010-10-15 21:16:36 +0000 (Fri, 15 Oct 2010)
Log Message:
-----------
SCI: updating comment for r53515
Modified Paths:
--------------
scummvm/trunk/engines/sci/graphics/view.cpp
Modified: scummvm/trunk/engines/sci/graphics/view.cpp
===================================================================
--- scummvm/trunk/engines/sci/graphics/view.cpp 2010-10-15 21:13:35 UTC (rev 53516)
+++ scummvm/trunk/engines/sci/graphics/view.cpp 2010-10-15 21:16:36 UTC (rev 53517)
@@ -543,7 +543,8 @@
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;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the Scummvm-git-logs
mailing list