aboutsummaryrefslogtreecommitdiff
path: root/scumm/actor.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'scumm/actor.cpp')
-rw-r--r--scumm/actor.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/scumm/actor.cpp b/scumm/actor.cpp
index 708c378084..efc20a45db 100644
--- a/scumm/actor.cpp
+++ b/scumm/actor.cpp
@@ -1783,13 +1783,6 @@ void Actor::walkActorOld() {
return;
setBox(_walkdata.destbox);
-
- // FIXME: Ender added this recursion counter as a hack around
- // a infinite loop in Maniac V1 - see bug #862245
- if (loopCtr > 100) {
- _moving |= MF_LAST_LEG;
- return;
- }
} while (1);
_moving |= MF_LAST_LEG;