From 4f7271d9ea4f82eb316b05a54bac9030d1127c8e Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Sun, 14 Apr 2002 23:17:48 +0000 Subject: *** no comment *** --- chess-none.el | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'chess-none.el') diff --git a/chess-none.el b/chess-none.el index 5494cf1..104d524 100644 --- a/chess-none.el +++ b/chess-none.el @@ -12,9 +12,10 @@ This is only useful when two humans are playing each other, in which case this engine will do the job of accepting undos, handling resignations, etc." (cond + ((eq event 'initialize) t) + ((memq event '(resign abort)) - (chess-engine-set-position nil) - t) + (chess-engine-set-position nil)) ((eq event 'undo) (chess-game-undo chess-engine-game (car args))))) -- cgit v1.2.3