summaryrefslogtreecommitdiff
path: root/chess-pgn.el
diff options
context:
space:
mode:
Diffstat (limited to 'chess-pgn.el')
-rw-r--r--chess-pgn.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/chess-pgn.el b/chess-pgn.el
index 930edc5..bc06741 100644
--- a/chess-pgn.el
+++ b/chess-pgn.el
@@ -68,6 +68,7 @@
game (if fen
(chess-fen-to-pos fen)
(chess-pos-copy chess-starting-position)) t)
+ ;; set the starting position to the FEN string
(list (chess-ply-create (chess-fen-to-pos fen))))))
game)))