[Scummvm-cvs-logs] SF.net SVN: scummvm:[51956] scummvm/trunk/engines/sci/graphics/view.cpp
m_kiewitz at users.sourceforge.net
m_kiewitz at users.sourceforge.net
Tue Aug 10 20:05:04 CEST 2010
Revision: 51956
http://scummvm.svn.sourceforge.net/scummvm/?rev=51956&view=rev
Author: m_kiewitz
Date: 2010-08-10 18:05:04 +0000 (Tue, 10 Aug 2010)
Log Message:
-----------
SCI: improving comment about r51955
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-08-10 18:00:27 UTC (rev 51955)
+++ scummvm/trunk/engines/sci/graphics/view.cpp 2010-08-10 18:05:04 UTC (rev 51956)
@@ -257,7 +257,7 @@
cel->displaceX = READ_SCI11ENDIAN_UINT16(celData + 4);
cel->displaceY = READ_SCI11ENDIAN_UINT16(celData + 6);
if (cel->displaceY < 0)
- cel->displaceY += 255; // sierra did this adjust in their getCelRect()
+ cel->displaceY += 255; // sierra did this adjust in their sci1.1 getCelRect() - not sure about sci32
assert(cel->width && cel->height);
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