summaryrefslogtreecommitdiff
path: root/chess-gnuchess.el
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2002-04-03 06:34:25 +0000
committerJohn Wiegley <johnw@newartisans.com>2002-04-03 06:34:25 +0000
commitc7e39a22fe0a2bc6da7226fcb29f42fc65e08659 (patch)
tree31023cd6824d396b16d1c3960d86f3c78f763018 /chess-gnuchess.el
parentbc1b6e4f3789f4401ac5fe9bb9708459648345b0 (diff)
Gnuchess can be played against (up until a pawn take occurs).
Diffstat (limited to 'chess-gnuchess.el')
-rw-r--r--chess-gnuchess.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/chess-gnuchess.el b/chess-gnuchess.el
index 4598020..09fe89e 100644
--- a/chess-gnuchess.el
+++ b/chess-gnuchess.el
@@ -13,7 +13,7 @@
(function
(lambda ()
(funcall chess-engine-response-handler 'move
- (chess-algebraic-to-ply position
+ (chess-algebraic-to-ply (chess-engine-position nil)
(match-string 1))))))
(cons "Illegal move:"
(function