[Scummvm-cvs-logs] CVS: scummvm/scumm actor.cpp,1.179,1.180
Max Horn
fingolfin at users.sourceforge.net
Sun Sep 28 09:10:04 CEST 2003
Update of /cvsroot/scummvm/scummvm/scumm
In directory sc8-pr-cvs1:/tmp/cvs-serv5941/scumm
Modified Files:
actor.cpp
Log Message:
this was actually the fix for bug #809547
Index: actor.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/actor.cpp,v
retrieving revision 1.179
retrieving revision 1.180
diff -u -d -r1.179 -r1.180
--- actor.cpp 27 Sep 2003 22:12:01 -0000 1.179
+++ actor.cpp 28 Sep 2003 16:08:23 -0000 1.180
@@ -1555,7 +1555,7 @@
// 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);
More information about the Scummvm-git-logs
mailing list