diff options
Diffstat (limited to 'chess-ucb.el')
| -rw-r--r-- | chess-ucb.el | 2 |
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 |
