maybe last fix for 0.2.0

This commit is contained in:
Dan 2008-05-26 12:16:07 -07:00
parent 979d1239da
commit 83a472b182
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@
(setf *player* player)
(if (or (eql *passed* t) (eql *last-player* player))
"pass"
(let* ((move (coord-to-str (genmove *board* player)))
(let* ((move (genmove *board* player))
(score (first move))
(coord (coord-to-str (second move))))
(if (< score 0)