diff options
Diffstat (limited to 'chess-link.el')
| -rw-r--r-- | chess-link.el | 2 |
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) |
