summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--chess-tutorial.el4
1 files changed, 1 insertions, 3 deletions
diff --git a/chess-tutorial.el b/chess-tutorial.el
index 565b595..5a25113 100644
--- a/chess-tutorial.el
+++ b/chess-tutorial.el
@@ -33,9 +33,7 @@
(display (chess-create-display t)))
(with-current-buffer display
(chess-module-set-leader nil)
- (chess-game-set-start-position
- (chess-display-game nil)
- (chess-fen-to-pos "8/3p1p/2p3p/4q/2p3p/3p1p/8/N w - -"))
+ (chess-display-set-from-fen "8/3p1p/2p3p/4q/2p3p/3p1p/8/N w - -")
(chess-game-add-hook (chess-display-game nil) 'chess-tutorial-knight-1)
(setq chess-pos-always-white t)
(chess-display-popup nil)