summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2002-06-20 00:40:29 +0000
committerJohn Wiegley <johnw@newartisans.com>2002-06-20 00:40:29 +0000
commit95b94812a3e7ff9402ea14426119b87a5a4669f6 (patch)
treed8dca297615d35f37a921152bd41c58c84a32a24
parente4f21502de2a89ecbf38d0a8e6b656df086c8982 (diff)
fix for when opponent calls flag
-rw-r--r--chess-ics.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/chess-ics.el b/chess-ics.el
index 8d9811b..4170911 100644
--- a/chess-ics.el
+++ b/chess-ics.el
@@ -385,6 +385,9 @@ who is black."
(if (chess-game-over-p game)
(chess-game-set-data game 'active nil)))
+ ((eq event 'flag-fell)
+ (chess-common-handler game 'flag-fell))
+
((eq event 'send)
(comint-send-string (get-buffer-process (current-buffer))
(car args)))