aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Gray2003-05-04 14:06:30 +0000
committerJonathan Gray2003-05-04 14:06:30 +0000
commit7a10ab0cc2033cd9d350d0e7ceabfcd41c348b76 (patch)
tree4e89dc8e5c117dc7060941456999a7b9f0405c92
parentb98ed367b03cd281530a8836c785ac612c19e84b (diff)
downloadscummvm-rg350-7a10ab0cc2033cd9d350d0e7ceabfcd41c348b76.tar.gz
scummvm-rg350-7a10ab0cc2033cd9d350d0e7ceabfcd41c348b76.tar.bz2
scummvm-rg350-7a10ab0cc2033cd9d350d0e7ceabfcd41c348b76.zip
remove hack that should not have been there in the first place...
svn-id: r7321
-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);