maybe last fix for 0.2.0
This commit is contained in:
parent
979d1239da
commit
83a472b182
|
@ -48,7 +48,7 @@
|
||||||
(setf *player* player)
|
(setf *player* player)
|
||||||
(if (or (eql *passed* t) (eql *last-player* player))
|
(if (or (eql *passed* t) (eql *last-player* player))
|
||||||
"pass"
|
"pass"
|
||||||
(let* ((move (coord-to-str (genmove *board* player)))
|
(let* ((move (genmove *board* player))
|
||||||
(score (first move))
|
(score (first move))
|
||||||
(coord (coord-to-str (second move))))
|
(coord (coord-to-str (second move))))
|
||||||
(if (< score 0)
|
(if (< score 0)
|
||||||
|
|
Loading…
Reference in New Issue