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