[Scummvm-cvs-logs] CVS: scummex image.cpp,1.23,1.24

Adrien Mercier yoshizf at users.sourceforge.net
Wed Oct 1 10:35:08 CEST 2003


Update of /cvsroot/scummvm/scummex
In directory sc8-pr-cvs1:/tmp/cvs-serv31210

Modified Files:
	image.cpp 
Log Message:
Removed old hack

Index: image.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummex/image.cpp,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -d -r1.23 -r1.24
--- image.cpp	1 Oct 2003 10:06:11 -0000	1.23
+++ image.cpp	1 Oct 2003 17:34:41 -0000	1.24
@@ -529,13 +529,10 @@
 
 void Image::GetStrip(byte *dst, const byte *src, int numLinesToProcess)
 {
-	bool horiz;	
-		
 	byte code = *src++;
 	_decomp_shr = (code % 10);
 	_decomp_mask = 0xFF >> (8 - _decomp_shr);
 				
-	horiz = 1 - ((code / 10) & 1);
 	_vertStripNextInc = _height * _width - 1;
 	
 	switch (code) 





More information about the Scummvm-git-logs mailing list