summaryrefslogtreecommitdiff
path: root/chess-game.el
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2002-06-19 21:51:14 +0000
committerJohn Wiegley <johnw@newartisans.com>2002-06-19 21:51:14 +0000
commite4f21502de2a89ecbf38d0a8e6b656df086c8982 (patch)
tree3309b9024f27c94d59b297de026079619ba257b0 /chess-game.el
parent3e63522ab6fc8476c673b1acd9be41838ee5d5d6 (diff)
*** no comment ***
Diffstat (limited to 'chess-game.el')
-rw-r--r--chess-game.el5
1 files changed, 1 insertions, 4 deletions
diff --git a/chess-game.el b/chess-game.el
index 231cc03..c66d04b 100644
--- a/chess-game.el
+++ b/chess-game.el
@@ -179,10 +179,7 @@ matches."
This conveys the status of the game at the given index."
(assert game)
(or (chess-pos-status (chess-game-pos game index))
- (let ((final (chess-ply-final-p (chess-game-ply game index))))
- (and (memq final '(:aborted :resign :drawn :perpetual :repetition
- :flag-fell))
- final))))
+ (chess-ply-final-p (chess-game-ply game index))))
(defsubst chess-game-index (game)
"Return the GAME's current position index."