aboutsummaryrefslogtreecommitdiff
path: root/scumm
diff options
context:
space:
mode:
authorMax Horn2003-09-28 16:08:23 +0000
committerMax Horn2003-09-28 16:08:23 +0000
commit4b74eec41846293954fa1c2db47e621cf7f4a3ab (patch)
treeda38204d3b31415e7f8cf8b10dbab0c9904a05e1 /scumm
parent8782ad0f9156b384e8742f0dbbe35753fe51b865 (diff)
downloadscummvm-rg350-4b74eec41846293954fa1c2db47e621cf7f4a3ab.tar.gz
scummvm-rg350-4b74eec41846293954fa1c2db47e621cf7f4a3ab.tar.bz2
scummvm-rg350-4b74eec41846293954fa1c2db47e621cf7f4a3ab.zip
this was actually the fix for bug #809547
svn-id: r10465
Diffstat (limited to 'scumm')
-rw-r--r--scumm/actor.cpp2
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);