Right you are. Will fix in CVS. PeterM > On Fri, Apr 27, 2001 at 11:19:56PM -0700, crossfire-cvs-admin at lists.sourcefor > ge.net wrote: > > RCS file: /cvsroot/crossfire/crossfire/server/gods.c,v > > > + move_player(pl,(pl->facing + 4)%8); /* back him off the way he > came. */ > > This looks wrong. I think it should be > > move_player (pl, absdir (pl->facing + 4)); /* back him off the way he came. > */ > > -- > Jan > _______________________________________________ > crossfire-devel mailing list > crossfire-devel at lists.real-time.com > https://mailman.real-time.com/mailman/listinfo/crossfire-devel