summaryrefslogtreecommitdiff
path: root/chess-ucb.el
diff options
context:
space:
mode:
Diffstat (limited to 'chess-ucb.el')
-rw-r--r--chess-ucb.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/chess-ucb.el b/chess-ucb.el
index 5819f20..c0b37c0 100644
--- a/chess-ucb.el
+++ b/chess-ucb.el
@@ -36,7 +36,7 @@
;; technically the UCB is just an input interface, not a
;; true engine.
(let ((chess-ucb-handling-event t))
- (chess-game-move game move))))))))
+ (chess-game-move (chess-engine-game nil) move))))))))
(defun chess-ucb-handler (game event &rest args)
(unless chess-ucb-handling-event