this was actually the fix for bug #809547

svn-id: r10465
This commit is contained in:
Max Horn 2003-09-28 16:08:23 +00:00
parent 8782ad0f91
commit 4b74eec418

View File

@ -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);