diff options
Diffstat (limited to 'chess-ics.el')
| -rw-r--r-- | chess-ics.el | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/chess-ics.el b/chess-ics.el index ad5a18f..2ce4d61 100644 --- a/chess-ics.el +++ b/chess-ics.el @@ -254,8 +254,7 @@ who is black." (eq (chess-pos-side-to-move (nth 0 info)) (chess-game-data game 'my-color))) (let ((ign (setq error 'converting-ply)) - (ply (chess-algebraic-to-ply (chess-game-pos game) - (nth 1 info) t))) + (ply (chess-engine-convert-algebraic (nth 1 info) t))) (chess-game-set-data game 'white-remaining (nth 4 info)) (chess-game-set-data game 'black-remaining (nth 5 info)) (setq error 'applying-move) |
