[Scummvm-cvs-logs] CVS: scummvm actor.cpp,1.103,1.104

James Brown ender at users.sourceforge.net
Thu Aug 1 14:23:29 CEST 2002


Update of /cvsroot/scummvm/scummvm
In directory usw-pr-cvs1:/tmp/cvs-serv13883

Modified Files:
	actor.cpp 
Log Message:
Remove obsolete fixme, fixed by Fingolfins ignoreBoxes check.



Index: actor.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/actor.cpp,v
retrieving revision 1.103
retrieving revision 1.104
diff -u -d -r1.103 -r1.104
--- actor.cpp	28 Jul 2002 11:15:47 -0000	1.103
+++ actor.cpp	1 Aug 2002 13:46:16 -0000	1.104
@@ -339,11 +339,6 @@
 	uint16 scale;
 	byte *resptr;
 
-	// FIXME: Special 'no scaling' class for MI1 VGA Floppy
-	//        Not totally sure if this is correct.
-	if (_vm->_gameId == GID_MONKEY_VGA && isInClass(22))
-		return;
-
 	if (_vm->_features & GF_NO_SCALLING) {
 		scalex = 0xFF;
 		scaley = 0xFF;





More information about the Scummvm-git-logs mailing list