summaryrefslogtreecommitdiff
path: root/chess-engine.el
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2002-04-26 06:03:11 +0000
committerJohn Wiegley <johnw@newartisans.com>2002-04-26 06:03:11 +0000
commit6fe3209092928da896f2f5aa7e8bc648efc2e47c (patch)
treeeeff67f8793e4185875c1cb12626f4df240efec6 /chess-engine.el
parent0e302a828c7e79491b5055cbeb0d8879cc3d8558 (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 1ebbd76..2beb35e 100644
--- a/chess-engine.el
+++ b/chess-engine.el
@@ -256,7 +256,8 @@
((eq event 'illegal)
(chess-message 'opp-illegal)
- (chess-game-undo game 1))
+ (let ((chess-engine-handling-event t))
+ (chess-game-undo game 1)))
((eq event 'call-flag)
;; jww (2002-04-21): what to do here?