From eb5e0a5dddb2a4f98efeb5adfeeefef5961e5545 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Tue, 9 Apr 2002 10:35:48 +0000 Subject: *** no comment *** --- chess-engine.el | 1 + 1 file changed, 1 insertion(+) (limited to 'chess-engine.el') diff --git a/chess-engine.el b/chess-engine.el index 23622ed..396b6c4 100644 --- a/chess-engine.el +++ b/chess-engine.el @@ -71,6 +71,7 @@ (let ((game (chess-engine-game nil))) (when (and game (chess-game-get-data game 'my-color) (= (chess-game-index game) 0)) + (message "Your opponent played the first move, you are now black") (chess-game-run-hooks game 'pass) ;; if no one else flipped my-color, we'll do it (if (chess-game-get-data game 'my-color) -- cgit v1.2.3