Expunge old CVS cruft.
[xor] / undo.c
diff --git a/undo.c b/undo.c
index 3186523..ecbd5dd 100644 (file)
--- 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
  *
  * 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;