[Scummvm-cvs-logs] CVS: scummvm/scumm script_v6.cpp,1.37,1.38

James Brown ender at users.sourceforge.net
Sun Jan 12 10:56:04 CET 2003


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

Modified Files:
	script_v6.cpp 
Log Message:
Remove assert. It's assertion makes me fearful of it's dominance. Oh, and it prevents the Lights scene in ComI working.


Index: script_v6.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/script_v6.cpp,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -d -r1.37 -r1.38
--- script_v6.cpp	6 Jan 2003 13:41:29 -0000	1.37
+++ script_v6.cpp	12 Jan 2003 18:55:41 -0000	1.38
@@ -424,7 +424,7 @@
 		return;
 	base += idx * ah->dim1_size;
 
-	assert(base >= 0 && base < ah->dim1_size * ah->dim2_size);
+	//assert(base >= 0 && base < ah->dim1_size * ah->dim2_size);
 
 	if (ah->type == 4) {
 		ah->data[base] = value;





More information about the Scummvm-git-logs mailing list