[Scummvm-cvs-logs] SF.net SVN: scummvm:[47041] scummvm/trunk/engines/sci/graphics/picture.cpp
m_kiewitz at users.sourceforge.net
m_kiewitz at users.sourceforge.net
Tue Jan 5 21:52:20 CET 2010
Revision: 47041
http://scummvm.svn.sourceforge.net/scummvm/?rev=47041&view=rev
Author: m_kiewitz
Date: 2010-01-05 20:52:19 +0000 (Tue, 05 Jan 2010)
Log Message:
-----------
SCI: remove lowres limit from picture class, makes hires sci32 pictures work
Modified Paths:
--------------
scummvm/trunk/engines/sci/graphics/picture.cpp
Modified: scummvm/trunk/engines/sci/graphics/picture.cpp
===================================================================
--- scummvm/trunk/engines/sci/graphics/picture.cpp 2010-01-05 20:49:03 UTC (rev 47040)
+++ scummvm/trunk/engines/sci/graphics/picture.cpp 2010-01-05 20:52:19 UTC (rev 47041)
@@ -155,7 +155,7 @@
bool compression = true;
byte curByte, runLength;
int16 y, lastY, x, leftX, rightX;
- uint16 pixelNr, pixelCount;
+ int pixelNr, pixelCount;
#ifdef ENABLE_SCI32
if (!hasSci32Header) {
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