From fe7033ca07740d5ab1d4187f8811ef193053799d Mon Sep 17 00:00:00 2001 From: Mario Lang Date: Wed, 25 Feb 2004 10:41:33 +0000 Subject: phalanx has no "resign" commands, so only set game-data active to nil for now --- chess-phalanx.el | 3 +++ 1 file changed, 3 insertions(+) (limited to 'chess-phalanx.el') diff --git a/chess-phalanx.el b/chess-phalanx.el index 3353b67..57a065e 100644 --- a/chess-phalanx.el +++ b/chess-phalanx.el @@ -38,6 +38,9 @@ chess-engine-opponent-name "Phalanx") t))) + ((eq event 'resign) + (chess-game-set-data game 'active nil)) + (t (apply 'chess-common-handler game event args))))) -- cgit v1.2.3