diff options
| author | John Wiegley <johnw@newartisans.com> | 2002-04-09 07:45:05 +0000 |
|---|---|---|
| committer | John Wiegley <johnw@newartisans.com> | 2002-04-09 07:45:05 +0000 |
| commit | b5ad949f84688529e60ca25584ee77e64974b070 (patch) | |
| tree | 3de564f683f3401d1c73e13cae40357753b5cb40 /chess-ply.el | |
| parent | 7b39c4fddcc382ed201b51970dc517b931289565 (diff) | |
*** no comment ***
Diffstat (limited to 'chess-ply.el')
| -rw-r--r-- | chess-ply.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chess-ply.el b/chess-ply.el index a921238..aa2c85c 100644 --- a/chess-ply.el +++ b/chess-ply.el @@ -70,10 +70,10 @@ found)) (defsubst chess-ply-source (ply) - (car (chess-ply-changes))) + (car (chess-ply-changes ply))) (defsubst chess-ply-target (ply) - (cadr (chess-ply-changes))) + (cadr (chess-ply-changes ply))) (defsubst chess-ply-next-pos (ply) (apply 'chess-pos-move (chess-pos-copy (chess-ply-pos ply)) |
