From c7e39a22fe0a2bc6da7226fcb29f42fc65e08659 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Wed, 3 Apr 2002 06:34:25 +0000 Subject: Gnuchess can be played against (up until a pawn take occurs). --- chess-game.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'chess-game.el') diff --git a/chess-game.el b/chess-game.el index b321bd1..7e28405 100644 --- a/chess-game.el +++ b/chess-game.el @@ -111,8 +111,7 @@ later using the various tag-related methods)." (unless (chess-game-tag game (car tag)) (chess-game-set-tag game (car tag) (cdr tag)))) (chess-game-add-ply game (chess-ply-create - (or (and position - (chess-pos-copy position)) + (or position (chess-pos-create)))) (if position (chess-game-set-tag game "FEN" (chess-pos-to-fen position))) -- cgit v1.2.3