summaryrefslogtreecommitdiff
path: root/chess-engine.el
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2002-04-12 23:02:21 +0000
committerJohn Wiegley <johnw@newartisans.com>2002-04-12 23:02:21 +0000
commit6f1dce941bfca03ba45c39d64064e93a8e2397ed (patch)
tree07afd26c69de47f8b65cbf11e48fe5ae1bcd9d15 /chess-engine.el
parent6495844c043aeb729c39fdcd8284e461ba8aa2a1 (diff)
*** no comment ***
Diffstat (limited to 'chess-engine.el')
-rw-r--r--chess-engine.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/chess-engine.el b/chess-engine.el
index 380803d..b097fe3 100644
--- a/chess-engine.el
+++ b/chess-engine.el
@@ -119,7 +119,8 @@
(car args))
(format "Do you wish to play a chess game against an anonymous opponent? ")))
(progn
- (chess-game-set-data game 'active t)
+ (let ((chess-engine-handling-event t))
+ (chess-game-set-data game 'active t))
(chess-engine-command nil 'accept))
(chess-engine-command nil 'decline)))
t)