[Scummvm-cvs-logs] CVS: scummvm/scumm script_v5.cpp,1.66,1.67

Jonathan Gray khalek at users.sourceforge.net
Sun May 4 07:13:22 CEST 2003


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

Modified Files:
	script_v5.cpp 
Log Message:
remove hack that should not have been there in the first place...

Index: script_v5.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/script_v5.cpp,v
retrieving revision 1.66
retrieving revision 1.67
diff -u -d -r1.66 -r1.67
--- script_v5.cpp	4 May 2003 13:50:28 -0000	1.66
+++ script_v5.cpp	4 May 2003 14:06:30 -0000	1.67
@@ -1033,13 +1033,6 @@
 	if (_gameId == GID_INDY3_256 || _gameId == GID_INDY3) {
 		a = getVarOrDirectByte(0x80);
 
-		// Indy3 hack to cheat the 'Leap of Faith' grail test
-		// This test is so damn annoying, I'm leaving this in.
-		if (_roomResource == 85) {
-			setResult(94);
-			return;
-		}
-
 		// FIXME - bug 636433 workaround (can't get into Zeppelin) 
 		if (_roomResource == 36) {
 			setResult(getObjY(a) - 1);





More information about the Scummvm-git-logs mailing list