[Scummvm-cvs-logs] CVS: scummvm/scumm gfx.cpp,2.48,2.49

Pawel Kolodziejski aquadran at users.sourceforge.net
Sat Apr 12 02:37:02 CEST 2003


Update of /cvsroot/scummvm/scummvm/scumm
In directory sc8-pr-cvs1:/tmp/cvs-serv23994

Modified Files:
	gfx.cpp 
Log Message:
fixed stupid bug

Index: gfx.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/gfx.cpp,v
retrieving revision 2.48
retrieving revision 2.49
diff -u -d -r2.48 -r2.49
--- gfx.cpp	12 Apr 2003 09:31:00 -0000	2.48
+++ gfx.cpp	12 Apr 2003 09:36:10 -0000	2.49
@@ -858,8 +858,7 @@
 
 	if (_vm->_features & GF_OLD_BUNDLE) {
 		zplane_list[1] = smap_ptr + READ_LE_UINT16(smap_ptr);
-	}
-	if (_vm->_gameId == GID_MONKEY_EGA) {
+	} else if (_vm->_gameId == GID_MONKEY_EGA) {
 		byte *ptr_z = smap_ptr;
 		for (i = 0; i < numzbuf; i++) {
 			int off = READ_LE_UINT16(ptr_z);





More information about the Scummvm-git-logs mailing list