From 7b321614246d94eb6af71c38f69c0fde9965aebf Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Tue, 9 Apr 2002 21:36:44 +0000 Subject: *** no comment *** --- chess-display.el | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'chess-display.el') diff --git a/chess-display.el b/chess-display.el index 0bcd022..c7cd835 100644 --- a/chess-display.el +++ b/chess-display.el @@ -290,10 +290,12 @@ See `chess-display-type' for the different kinds of displays." ((eq event 'pass) (let ((my-color (if chess-display-game - (chess-game-get-data chess-display-game 'my-color) + (chess-game-get-data chess-display-game + 'my-color) (chess-display-perspective nil)))) (if chess-display-game - (chess-game-set-data chess-display-game 'my-color (not my-color))) + (chess-game-set-data chess-display-game 'my-color + (not my-color))) (chess-display-set-perspective nil (not my-color)))) ((memq event '(move game-over resign)) -- cgit v1.2.3