diff options
| author | John Wiegley <johnw@newartisans.com> | 2002-04-26 06:03:11 +0000 |
|---|---|---|
| committer | John Wiegley <johnw@newartisans.com> | 2002-04-26 06:03:11 +0000 |
| commit | 6fe3209092928da896f2f5aa7e8bc648efc2e47c (patch) | |
| tree | eeff67f8793e4185875c1cb12626f4df240efec6 | |
| parent | 0e302a828c7e79491b5055cbeb0d8879cc3d8558 (diff) | |
*** no comment ***
| -rw-r--r-- | chess-engine.el | 3 |
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? |
