[Scummvm-cvs-logs] CVS: scummvm/scumm actor.cpp,1.80,1.80.2.1
Max Horn
fingolfin at users.sourceforge.net
Thu May 8 03:48:08 CEST 2003
Update of /cvsroot/scummvm/scummvm/scumm
In directory sc8-pr-cvs1:/tmp/cvs-serv29652
Modified Files:
Tag: branch-0-4-0
actor.cpp
Log Message:
oops that was an accidental change
Index: actor.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/actor.cpp,v
retrieving revision 1.80
retrieving revision 1.80.2.1
diff -u -d -r1.80 -r1.80.2.1
--- actor.cpp 5 May 2003 12:09:22 -0000 1.80
+++ actor.cpp 8 May 2003 10:47:35 -0000 1.80.2.1
@@ -258,7 +258,7 @@
}
}
// OR 1024 in to signal direction interpolation should be done
- return normalizeAngle(dir);
+ return normalizeAngle(dir) | 1024;
}
int Actor::updateActorDirection(bool is_walking) {
More information about the Scummvm-git-logs
mailing list