[CF-Devel] Re: [Crossfire-cvs] CVS: crossfire/server gods.c,1.17,1.18
Peter Mardahl
peterm at tonks.EECS.Berkeley.EDU
Thu May 3 04:06:40 CDT 2001
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
More information about the crossfire
mailing list