aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--script_v1.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/script_v1.cpp b/script_v1.cpp
index c76db9b90c..c993667884 100644
--- a/script_v1.cpp
+++ b/script_v1.cpp
@@ -1277,7 +1277,7 @@ void Scumm::o5_getDist() {
r = getObjActToObjActDist(o1,o2);
if ((_gameId==GID_INDY4) && (o2 == 1212)) /* Fix for FOA, another odd bug */
- r = r - 20;
+ r = 0;
/* Fix for monkey 2, dunno what's wrong in scummvm */
if (_gameId==GID_MONKEY2 && vm.slot[_currentScript].number==40 && r<60)