From 7a10ab0cc2033cd9d350d0e7ceabfcd41c348b76 Mon Sep 17 00:00:00 2001 From: Jonathan Gray Date: Sun, 4 May 2003 14:06:30 +0000 Subject: remove hack that should not have been there in the first place... svn-id: r7321 --- scumm/script_v5.cpp | 7 ------- 1 file changed, 7 deletions(-) (limited to 'scumm/script_v5.cpp') diff --git a/scumm/script_v5.cpp b/scumm/script_v5.cpp index 899c4f4a1f..c388e0131a 100644 --- a/scumm/script_v5.cpp +++ b/scumm/script_v5.cpp @@ -1033,13 +1033,6 @@ void Scumm_v5::o5_getActorY() { 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); -- cgit v1.2.3