[Scummvm-cvs-logs] CVS: scummvm/scumm script_v6.cpp,1.310,1.311

Travis Howell kirben at users.sourceforge.net
Mon Feb 23 18:05:01 CET 2004


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

Modified Files:
	script_v6.cpp 
Log Message:

Removeout dated fixme (No reports of asserts in minefield)


Index: script_v6.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/script_v6.cpp,v
retrieving revision 1.310
retrieving revision 1.311
diff -u -d -r1.310 -r1.311
--- script_v6.cpp	23 Feb 2004 05:38:20 -0000	1.310
+++ script_v6.cpp	24 Feb 2004 01:50:13 -0000	1.311
@@ -499,11 +499,6 @@
 
 	base += idx * FROM_LE_16(ah->dim1);
 
-	// FIXME: comment this for the time being as it was causing ft to crash
-	// in the minefeild
-	// FIX THE FIXME: fixing an assert by commenting out is bad. It's evil.
-	// It's wrong. Find the proper cause, or at least, silently return
-	// from the function, but don't just go on overwriting memory!
 	assert(base >= 0 && base < FROM_LE_16(ah->dim1) * FROM_LE_16(ah->dim2));
 
 	if (FROM_LE_16(ah->type) == 4 || (_features & GF_HUMONGOUS





More information about the Scummvm-git-logs mailing list