From 62425d4d94f95572c985005c33d93fe9ae420ac9 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Mon, 8 Apr 2002 06:42:12 +0000 Subject: Added support for playing out puzzle collections. --- chess-pos.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chess-pos.el') diff --git a/chess-pos.el b/chess-pos.el index 6d1dae2..286047e 100644 --- a/chess-pos.el +++ b/chess-pos.el @@ -177,7 +177,7 @@ If BLANK is non-nil, all of the squares will be empty. The current side-to-move is always white." (if blank (vconcat (make-vector 64 ? ) - [nil t t t t nil t nil]) + [nil nil nil nil nil nil t nil]) (chess-pos-copy chess-starting-position))) (defsubst chess-rf-to-index (rank file) -- cgit v1.2.3