[Scummvm-cvs-logs] CVS: scummvm/scumm boxes.cpp,1.88,1.89

Eugene Sandulenko sev at users.sourceforge.net
Fri May 20 04:18:05 CEST 2005


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

Modified Files:
	boxes.cpp 
Log Message:
REmove now unneeded assert as MM NES may pass zero ptr to box which
should be ignored.


Index: boxes.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/boxes.cpp,v
retrieving revision 1.88
retrieving revision 1.89
diff -u -d -r1.88 -r1.89
--- boxes.cpp	16 May 2005 19:52:46 -0000	1.88
+++ boxes.cpp	20 May 2005 11:16:30 -0000	1.89
@@ -116,7 +116,6 @@
 		_extraBoxFlags[box] = val;
 	} else {
 		Box *ptr = getBoxBaseAddr(box);
-		assert(ptr);
 		if (!ptr)
 			return;
 		if (_version == 8)





More information about the Scummvm-git-logs mailing list