[Scummvm-cvs-logs] CVS: scummvm/scumm actor.cpp,1.170,1.171

Max Horn fingolfin at users.sourceforge.net
Thu Sep 11 15:35:25 CEST 2003


Update of /cvsroot/scummvm/scummvm/scumm
In directory sc8-pr-cvs1:/tmp/cvs-serv14078

Modified Files:
	actor.cpp 
Log Message:
fix long standing bug in walkActorOld() (though I have no idea if it affects anything :-)

Index: actor.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/actor.cpp,v
retrieving revision 1.170
retrieving revision 1.171
diff -u -d -r1.170 -r1.171
--- actor.cpp	11 Sep 2003 22:00:33 -0000	1.170
+++ actor.cpp	11 Sep 2003 22:12:24 -0000	1.171
@@ -1489,7 +1489,7 @@
 		if (calcMovementFactor(p3.x, p3.y))
 			return;
 
-		walkbox = walkdata.destbox;
+		setBox(walkdata.curbox);
 	} while (1);
 
 	moving |= MF_LAST_LEG;





More information about the Scummvm-git-logs mailing list