summaryrefslogtreecommitdiff
path: root/chess-link.el
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2002-04-22 19:23:45 +0000
committerJohn Wiegley <johnw@newartisans.com>2002-04-22 19:23:45 +0000
commit62c13bcfa1933274be856ac5840a933bbaca5f27 (patch)
tree81e2d4ab1a749a4d2561e824708abd60a04d67d0 /chess-link.el
parent171cc1aceb0e9acafe329ff6cd0ca1e2852876ce (diff)
Bug fixes and reducing the TODO list.
Diffstat (limited to 'chess-link.el')
-rw-r--r--chess-link.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/chess-link.el b/chess-link.el
index 6448196..1e4350a 100644
--- a/chess-link.el
+++ b/chess-link.el
@@ -50,7 +50,7 @@ engine, and the computer the second engine."
(setq first-engine-type (intern (concat "chess-" first-engine-type))
second-engine-type (intern (concat "chess-" second-engine-type)))
(let* ((my-color t) ; we start out as white always
- (display (chess-create-display-object my-color))
+ (display (chess-create-display my-color t))
(game (chess-display-game display)))
(chess-game-set-data game 'my-color my-color)
(chess-module-set-leader display)