X-Git-Url: https://git.distorted.org.uk/~mdw/xor/blobdiff_plain/fc27aa702e12309b976e4014fcb8b05e5e2e2e0a..fd59d42f9064c210b091078414fb12ac5308d2c0:/undo.c diff --git a/undo.c b/undo.c index 3186523..ecbd5dd 100644 --- a/undo.c +++ b/undo.c @@ -1,6 +1,6 @@ /* -*-c-*- * - * $Id: undo.c,v 1.1 2003/12/12 10:55:30 mdw Exp $ + * $Id$ * * Management of undo records * @@ -26,14 +26,6 @@ * Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -/*----- Revision history --------------------------------------------------* - * - * $Log: undo.c,v $ - * Revision 1.1 2003/12/12 10:55:30 mdw - * Initial checkin. Not there yet. - * - */ - /*----- Header files ------------------------------------------------------*/ #include "xor.h" @@ -194,6 +186,7 @@ static int do_undo(game_state *g, undo_move **m, undo_move **mm) a->u.c.y = g->p->y; g->p->x = x; g->p->y = y; + ui_track(g->p->u, x, y); break; case A_LIVE: a->u.p->f |= PF_DEAD;