diff options
-rw-r--r-- | scumm/actor.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/actor.cpp b/scumm/actor.cpp index b182d7dc97..0c7b4e5d94 100644 --- a/scumm/actor.cpp +++ b/scumm/actor.cpp @@ -1555,7 +1555,7 @@ void Actor::walkActorOld() { // FIXME: Fingolfin changed the destbox to curbox, matching walkActor. // Motivation for this was comparision with some MI EGA disasm... - // However, that caused a regression in Indy3 (bug #813136). + // However, that caused a regression in Indy3 (bug #809547). setBox(walkdata.destbox); // setBox(walkdata.curbox); } while (1); |