[Scummvm-cvs-logs] SF.net SVN: scummvm:[50454] scummvm/trunk/engines/sci/graphics/view.cpp
m_kiewitz at users.sourceforge.net
m_kiewitz at users.sourceforge.net
Mon Jun 28 20:10:21 CEST 2010
Revision: 50454
http://scummvm.svn.sourceforge.net/scummvm/?rev=50454&view=rev
Author: m_kiewitz
Date: 2010-06-28 18:10:21 +0000 (Mon, 28 Jun 2010)
Log Message:
-----------
SCI: updated comment about transparent pixels in views
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-06-28 18:07:40 UTC (rev 50453)
+++ scummvm/trunk/engines/sci/graphics/view.cpp 2010-06-28 18:10:21 UTC (rev 50454)
@@ -332,8 +332,8 @@
pixelNo += runLength;
}
} else {
- // We skip over transparent pixels, so the buffer needs to be already
- // filled with "it". (FIXME: What is "it" supposed to mean here?)
+ // We fill the buffer with transparent pixels, so that we can later skip
+ // over pixels to automatically have them transparent
// Also some RLE compressed cels are possibly ending with the last
// non-transparent pixel (is this even possible with the current code?)
memset(outPtr, _loop[loopNo].cel[celNo].clearKey, pixelCount);
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