[Scummvm-cvs-logs] CVS: scummvm/scumm gfx.cpp,2.335,2.336

Travis Howell kirben at users.sourceforge.net
Sat Sep 25 20:11:27 CEST 2004


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

Modified Files:
	gfx.cpp 
Log Message:

Always reads the same spot.


Index: gfx.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/gfx.cpp,v
retrieving revision 2.335
retrieving revision 2.336
diff -u -d -r2.335 -r2.336
--- gfx.cpp	26 Sep 2004 00:06:51 -0000	2.335
+++ gfx.cpp	26 Sep 2004 03:06:45 -0000	2.336
@@ -1096,12 +1096,7 @@
 	int numzbuf;
 	int i;
 
-	if (_vm->_features & GF_SMALL_HEADER)
-		zplane_list[0] = ptr;
-	else if (_vm->_version == 8)
-		zplane_list[0] = ptr;
-	else
-		zplane_list[0] = _vm->findResource(MKID('SMAP'), ptr);
+	zplane_list[0] = ptr;
 
 	if (_zbufferDisabled)
 		numzbuf = 0;





More information about the Scummvm-git-logs mailing list