From 6ac4f8ffea90df72301440f8623936394e5c0bf9 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Wed, 1 May 2002 00:10:10 +0000 Subject: *** no comment *** --- chess-ics.el | 1 + 1 file changed, 1 insertion(+) diff --git a/chess-ics.el b/chess-ics.el index 2ce4d61..4cc69a7 100644 --- a/chess-ics.el +++ b/chess-ics.el @@ -258,6 +258,7 @@ who is black." (chess-game-set-data game 'white-remaining (nth 4 info)) (chess-game-set-data game 'black-remaining (nth 5 info)) (setq error 'applying-move) + ;; save us from generating a position we already have (chess-ply-set-keyword ply :next-pos (nth 0 info)) (chess-pos-set-preceding-ply (nth 0 info) ply) (chess-game-move game ply) -- cgit v1.2.3