aboutsummaryrefslogtreecommitdiff
path: root/scumm/script_v5.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'scumm/script_v5.cpp')
-rw-r--r--scumm/script_v5.cpp7
1 files changed, 0 insertions, 7 deletions
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);