[Scummvm-cvs-logs] CVS: scummvm/scumm gfx.cpp,2.368,2.369

Travis Howell kirben at users.sourceforge.net
Fri Oct 8 02:52:36 CEST 2004


Update of /cvsroot/scummvm/scummvm/scumm
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12673/scumm

Modified Files:
	gfx.cpp 
Log Message:

Partial inventory fix for HE games.


Index: gfx.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/gfx.cpp,v
retrieving revision 2.368
retrieving revision 2.369
diff -u -d -r2.368 -r2.369
--- gfx.cpp	8 Oct 2004 07:34:06 -0000	2.368
+++ gfx.cpp	8 Oct 2004 09:43:33 -0000	2.369
@@ -1381,7 +1381,7 @@
 		_decomp_shr = code % 10;
 		_decomp_mask = 0xFF >> (8 - _decomp_shr);
 
-		drawStripHE((byte *)vs->backBuf, vs->pitch, bmap_ptr, vs->w, vs->h, false);
+		drawStripHE((byte *)vs->backBuf, vs->pitch, bmap_ptr, vs->w, vs->h, true);
 	}
 	copyVirtScreenBuffers(Common::Rect(vs->w, vs->h));
 





More information about the Scummvm-git-logs mailing list