diff options
| author | John Wiegley <johnw@newartisans.com> | 2002-04-28 16:09:14 +0000 |
|---|---|---|
| committer | John Wiegley <johnw@newartisans.com> | 2002-04-28 16:09:14 +0000 |
| commit | 80ab4cec14452a641e741d372037dafda16ee871 (patch) | |
| tree | 352324dc62ffbd3c9c651a7154a2e88338144641 /chess-ucb.el | |
| parent | 7248e5c89f6d53d3f2a4ecf511167af929241f76 (diff) | |
*** no comment ***
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 |
