[CF-Devel] Re: [Crossfire-cvs] CVS: crossfire/server gods.c,1.17,1.18
Jan Echternach
echter at informatik.uni-rostock.de
Wed May 2 17:01:30 CDT 2001
On Fri, Apr 27, 2001 at 11:19:56PM -0700,
crossfire-cvs-admin at lists.sourceforge.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
More information about the crossfire
mailing list