[Scummvm-cvs-logs] CVS: scummvm/scumm actor.cpp,1.80,1.81

Jonathan Gray khalek at users.sourceforge.net
Mon May 5 18:04:04 CEST 2003


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

Modified Files:
	actor.cpp 
Log Message:
remove uneeded fixme

Index: actor.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/actor.cpp,v
retrieving revision 1.80
retrieving revision 1.81
diff -u -d -r1.80 -r1.81
--- actor.cpp	5 May 2003 12:09:22 -0000	1.80
+++ actor.cpp	6 May 2003 01:03:33 -0000	1.81
@@ -1537,17 +1537,6 @@
 	// skip resource header
 	rgbs = RES_DATA(rgbs);
 
-	// FIXME!!! - Ender's hack to workaround a crash in Full Throttle.
-	//	      After touching the ladder at the Fuel Tower, memory 
-	//	      gets trashed when the police fly down to the tower.
-	//	      This seems to happen with an akpl 256 supposidly 256
-	//	      bytes long, but which in reality is less than 65 bytes?!?
-	//		Someone -please- fix this properly.
-	if (akpl_size > 255) {
-		warning("Actor palette for actor %d/costume %d is %d bytes - too big!", number, costume, akpl_size);
-		return;
-	}
-
 	for (i = 0; i < akpl_size; i++) {
 		r = *rgbs++;
 		g = *rgbs++;





More information about the Scummvm-git-logs mailing list