[Scummvm-cvs-logs] CVS: scummvm/scumm script_v1.cpp,1.19,1.20

James Brown ender at users.sourceforge.net
Sat Nov 9 23:59:03 CET 2002


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

Modified Files:
	script_v1.cpp 
Log Message:
Remove hack. It's not even the CORRECT hack for this problem.


Index: script_v1.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/script_v1.cpp,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -d -r1.19 -r1.20
--- script_v1.cpp	10 Nov 2002 01:22:39 -0000	1.19
+++ script_v1.cpp	10 Nov 2002 07:58:53 -0000	1.20
@@ -525,11 +525,6 @@
 			continue;
 		}
 
-		// FIXME hack to make trains in lucasfilm games logo work
-		// the way they should
-		if ((_gameId == GID_INDY3_256) && (_currentRoom == 76))
-			newClass--;
-		
 		putClass(obj, newClass, (newClass & 0x80) ? true : false);
 	}
 }





More information about the Scummvm-git-logs mailing list